android_mt6572_jiabo/cts/hostsidetests/appsecurity/test-apps/SplitApp
2025-09-05 16:56:03 +08:00
..
assets first commit 2025-09-05 16:56:03 +08:00
feature first commit 2025-09-05 16:56:03 +08:00
jni first commit 2025-09-05 16:56:03 +08:00
libs first commit 2025-09-05 16:56:03 +08:00
res first commit 2025-09-05 16:56:03 +08:00
revision first commit 2025-09-05 16:56:03 +08:00
src/com/android/cts/splitapp first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
AndroidManifest.xml first commit 2025-09-05 16:56:03 +08:00
build_libs.sh first commit 2025-09-05 16:56:03 +08:00
NativeTemplate.mk first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00

The entire libs/ directory is built and constructed automatically with
the build_libs.sh script.  Don't attempt to modify manually.  To rebuild
the native code, make the following change to the NDK to pass through
the target architecture, and then run build_libs.sh:

build/core/build-binary.mk:LOCAL_CFLAGS := -DANDROID -D__ANDROID_ARCH__=\"$(TARGET_ARCH_ABI)\" $(LOCAL_CFLAGS)