From fdf22f4b9e80a9925784e92ef74c705c5f8eeed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Tue, 19 Jun 2018 16:07:00 +0200 Subject: 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. --- testing/android-tools/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/android-tools') 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="" -- cgit v1.2.3