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

..--

assets/22-Nov-2023-42

feature/22-Nov-2023-359144

jni/22-Nov-2023-13170

libs/22-Nov-2023-28999

res/22-Nov-2023-14934

revision/22-Nov-2023-4524

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

Android.mkD22-Nov-20233.4 KiB12658

AndroidManifest.xmlD22-Nov-20232.3 KiB5534

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