• Home
Name Date Size #Lines LOC

..--

assets/07-May-2024-42

feature/07-May-2024-359144

jni/07-May-2024-13170

libs/07-May-2024-28999

res/07-May-2024-14934

revision/07-May-2024-4524

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

Android.mkD07-May-20243.4 KiB12658

AndroidManifest.xmlD07-May-20242.3 KiB5534

NativeTemplate.mkD07-May-2024888 297

READMED07-May-2024380 85

build_libs.shD07-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