Home | History | Annotate | only in /ndk/tests/build/prebuilt-copy
Up to higher level directory
NameDateSize
build.sh24-Aug-20162.1K
jni/24-Aug-2016
prebuilts/24-Aug-2016
README24-Aug-2016370

README

      1 This build test checks that:
      2 
      3 - Prebuilt shared libraries are always copied to $NDK_OUT/<armeabi>/objs/
      4 - Prebuilt static libraries are never copied to $NDK_OUT/<armeabi>/objs/
      5 
      6 It works by first building two prebuilt libraries in a sub-project, then
      7 using them in the main project. See build.sh
      8 
      9 For context, see http://code.google.com/p/android/issues/detail?id=40302
     10