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.
This commit is contained in:
Sören Tempel 2018-06-19 16:07:00 +02:00
parent 283f3d6700
commit fdf22f4b9e

View File

@ -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=""