Android NDK support for x86 and mips
authorJohann <johannkoenig@google.com>
Fri, 2 May 2014 14:18:00 +0000 (07:18 -0700)
committerJohann <johannkoenig@google.com>
Fri, 2 May 2014 14:26:46 +0000 (07:26 -0700)
commit7d54e0f0935f9130de457ea74c7bad30bc0d4a78
tree4098f548da6a5c9577f5d6875a0586f5fad3853c
parentac8c069198c08c5ec0e5e7fb31b61e3a2dc883a3
Android NDK support for x86 and mips

This does not do the full toolchain setup like the arm builds. It only
allows for ndk-builds. See the instructions in tests/android/README or
the webm jnin bindings project:
https://chromium.googlesource.com/webm/bindings/+/master/JNI/README.Android

Because this support is not quite polished, the build targets must be
forced. Please use
--force-target=x86-android-gcc --disable-ssse3 --disable-sse4_1 --disable-avx2
--force-target-mips-android-gcc

Change-Id: Ie2b6623f71ac816e3965c39bf97097e9d30b6e94
build/make/Android.mk
test/android/README