| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| assets/ | 03-May-2024 | - | 4 | 2 | ||
| feature/ | 03-May-2024 | - | 444 | 195 | ||
| jni/ | 03-May-2024 | - | 131 | 70 | ||
| libs/ | 03-May-2024 | - | 296 | 106 | ||
| needsplit/ | 03-May-2024 | - | 59 | 37 | ||
| res/ | 03-May-2024 | - | 149 | 34 | ||
| revision/ | 03-May-2024 | - | 48 | 26 | ||
| src/com/android/cts/splitapp/ | 03-May-2024 | - | 830 | 514 | ||
| Android.mk | D | 03-May-2024 | 4.8 KiB | 170 | 84 | |
| AndroidManifest.xml | D | 03-May-2024 | 2.4 KiB | 58 | 36 | |
| NativeTemplate.mk | D | 03-May-2024 | 888 | 29 | 7 | |
| README | D | 03-May-2024 | 380 | 8 | 5 | |
| build_libs.sh | D | 03-May-2024 | 1.3 KiB | 52 | 25 |
README
1 2The entire libs/ directory is built and constructed automatically with 3the build_libs.sh script. Don't attempt to modify manually. To rebuild 4the native code, make the following change to the NDK to pass through 5the target architecture, and then run build_libs.sh: 6 7build/core/build-binary.mk:LOCAL_CFLAGS := -DANDROID -D__ANDROID_ARCH__=\"$(TARGET_ARCH_ABI)\" $(LOCAL_CFLAGS) 8