• Home
Name Date Size #Lines LOC

..--

assets/03-May-2024-42

feature/03-May-2024-360145

jni/03-May-2024-13170

libs/03-May-2024-296106

res/03-May-2024-14934

revision/03-May-2024-4625

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

Android.mkD03-May-20244 KiB14266

AndroidManifest.xmlD03-May-20242.6 KiB6036

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