Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
multi-abi
/
README
blob: a1e68b170cf0108889d243068a479d49f01595ac [
file
] [
log
] [
blame
]
This
test checks that we can build the same binary
for
multiple architectures
in
a single ndk
-
build invokation
,
i
.
e
.
when
using
:
APP_ABI
:=
armeabi
-
v7a x86
This
failed
in
NDK r6 due to a bug
in
the build scripts
.