|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| jni/ | | 07-May-2024 | - | 17 | 12 |
| README | D | 07-May-2024 | 247 | 7 | 4 |
README
1This test checks that we can build the same binary for multiple architectures
2in a single ndk-build invokation, i.e. when using:
3
4 APP_ABI := armeabi armeabi-v7a x86 mips armeabi-v7a-hard
5
6This failed in NDK r6 due to a bug in the build scripts.
7