Home | History | Annotate | only in /ndk/tests/build/multi-abi
Up to higher level directory
NameDateSize
jni/20-Jun-2014
README20-Jun-2014230

README

      1 This test checks that we can build the same binary for multiple architectures
      2 in a single ndk-build invokation, i.e. when using:
      3 
      4   APP_ABI := armeabi armeabi-v7a x86 mips
      5 
      6 This failed in NDK r6 due to a bug in the build scripts.
      7