aboutsummaryrefslogtreecommitdiffstats
path: root/testing/android-tools/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-06-19 16:07:00 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-06-27 22:10:16 +0200
commitfdf22f4b9e80a9925784e92ef74c705c5f8eeed4 (patch)
tree9224e64fe385eb78a866c7337f383758070d146c /testing/android-tools/APKBUILD
parent283f3d6700b08884a33654461765f146a9a8a7f1 (diff)
downloadaports-fdf22f4b9e80a9925784e92ef74c705c5f8eeed4.tar.bz2
aports-fdf22f4b9e80a9925784e92ef74c705c5f8eeed4.tar.xz
testing/android-tools: enable on x86 again
I tested this in a chroot and the build should pass on the builders. If it doesn't passing -DOPENSSL_NO_ASM=1 to cmake might help.
Diffstat (limited to 'testing/android-tools/APKBUILD')
-rw-r--r--testing/android-tools/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/android-tools/APKBUILD b/testing/android-tools/APKBUILD
index 6042cfa547..8236c2b388 100644
--- a/testing/android-tools/APKBUILD
+++ b/testing/android-tools/APKBUILD
@@ -6,7 +6,7 @@ _realver=${pkgver/_p/_r}
pkgrel=1
pkgdesc="Android platform tools"
url="http://tools.android.com/"
-arch="all !x86 !s390x" # build fails on x86
+arch="all !s390x"
license="Apache-2.0 MIT"
depends=""
depends_dev=""