diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 10:19:45 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 10:19:45 +0000 |
commit | 5f075a1aab62338284b8cb5910dc53a75f086f0b (patch) | |
tree | cd943ba528682e4488662635cf8b3d56e6aef36c /testing/scrcpy | |
parent | a94facb6a642df7a497a1f6a49787186ace30df8 (diff) | |
download | aports-5f075a1aab62338284b8cb5910dc53a75f086f0b.tar.bz2 aports-5f075a1aab62338284b8cb5910dc53a75f086f0b.tar.xz |
testing/scrcpy: disable on mips
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" |