Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
assets/ | 22-Nov-2023 | - | 4 | 2 | ||
feature/ | 22-Nov-2023 | - | 360 | 145 | ||
jni/ | 22-Nov-2023 | - | 131 | 70 | ||
libs/ | 22-Nov-2023 | - | 296 | 106 | ||
res/ | 22-Nov-2023 | - | 149 | 34 | ||
revision/ | 22-Nov-2023 | - | 46 | 25 | ||
src/com/android/cts/splitapp/ | 22-Nov-2023 | - | 806 | 488 | ||
Android.mk | D | 22-Nov-2023 | 4 KiB | 142 | 66 | |
AndroidManifest.xml | D | 22-Nov-2023 | 2.6 KiB | 60 | 36 | |
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