diff options
Diffstat (limited to 'testing/scrcpy')
-rw-r--r-- | testing/scrcpy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scrcpy/APKBUILD b/testing/scrcpy/APKBUILD index 37b1a03206..44263d2e1d 100644 --- a/testing/scrcpy/APKBUILD +++ b/testing/scrcpy/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.12.1 pkgrel=2 pkgdesc="Display and control your Android device" url="https://github.com/Genymobile/scrcpy" -arch="all !s390x !ppc64le" # limited by android-tools +arch="all !s390x !ppc64le !mips !mips64" # limited by android-tools license="Apache-2.0" options="!check" # no test suite depends="android-tools" |