Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
assets/ | 22-Nov-2023 | - | 4 | 2 | ||
feature/ | 22-Nov-2023 | - | 359 | 144 | ||
jni/ | 22-Nov-2023 | - | 131 | 70 | ||
libs/ | 22-Nov-2023 | - | 289 | 99 | ||
res/ | 22-Nov-2023 | - | 149 | 34 | ||
revision/ | 22-Nov-2023 | - | 45 | 24 | ||
src/com/android/cts/splitapp/ | 22-Nov-2023 | - | 813 | 499 | ||
Android.mk | D | 22-Nov-2023 | 3.4 KiB | 126 | 58 | |
AndroidManifest.xml | D | 22-Nov-2023 | 2.3 KiB | 55 | 34 | |
NativeTemplate.mk | D | 22-Nov-2023 | 888 | 29 | 7 | |
README | D | 22-Nov-2023 | 380 | 8 | 5 | |
build_libs.sh | D | 22-Nov-2023 | 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