• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

assets/23-Mar-2024-42

feature/23-Mar-2024-444195

jni/23-Mar-2024-13170

libs/23-Mar-2024-296106

needsplit/23-Mar-2024-5937

res/23-Mar-2024-14934

revision/23-Mar-2024-4826

src/com/android/cts/splitapp/23-Mar-2024-830514

Android.mkD23-Mar-20244.8 KiB17084

AndroidManifest.xmlD23-Mar-20242.4 KiB5836

NativeTemplate.mkD23-Mar-2024888 297

READMED23-Mar-2024380 85

build_libs.shD23-Mar-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