Sign in
ara-mdk
/
platform
/
ndk
/
c65ed92a49ae75b6f76a5c2959c8523c46a0eaf1
/
.
/
tests
/
build
/
multi-abi
/
README
blob: 228d193b9916894df459d93b755dd663ef63353a [
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 armeabi
-
v7a x86 mips
This
failed
in
NDK r6 due to a bug
in
the build scripts
.