Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
jni/ | 03-May-2024 | - | 28 | 21 | ||
prebuilts/jni/ | 03-May-2024 | - | 23 | 17 | ||
README | D | 03-May-2024 | 370 | 10 | 6 | |
build.sh | D | 03-May-2024 | 1.6 KiB | 81 | 51 |
README
1This 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 6It works by first building two prebuilt libraries in a sub-project, then 7using them in the main project. See build.sh 8 9For context, see http://code.google.com/p/android/issues/detail?id=40302 10