• Home
Name Date Size #Lines LOC

..--

assets/03-May-2024-42

feature/03-May-2024-359144

jni/03-May-2024-13170

libs/03-May-2024-28999

res/03-May-2024-14934

revision/03-May-2024-4524

src/com/android/cts/splitapp/03-May-2024-813499

Android.mkD03-May-20243.4 KiB12658

AndroidManifest.xmlD03-May-20242.3 KiB5534

NativeTemplate.mkD03-May-2024888 297

READMED03-May-2024380 85

build_libs.shD03-May-20241.3 KiB5225

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