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

..--

assets/22-Nov-2023-42

feature/22-Nov-2023-360145

jni/22-Nov-2023-13170

libs/22-Nov-2023-296106

res/22-Nov-2023-14934

revision/22-Nov-2023-4625

src/com/android/cts/splitapp/22-Nov-2023-806488

Android.mkD22-Nov-20234 KiB14266

AndroidManifest.xmlD22-Nov-20232.6 KiB6036

NativeTemplate.mkD22-Nov-2023888 297

READMED22-Nov-2023380 85

build_libs.shD22-Nov-20231.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