Home | History | Annotate | only in /cts/hostsidetests/appsecurity/test-apps/SplitApp
Up to higher level directory
NameDateSize
Android.mk22-Oct-20204.8K
AndroidManifest.xml22-Oct-20202.4K
assets/22-Oct-2020
build_libs.sh22-Oct-20201.3K
feature/22-Oct-2020
jni/22-Oct-2020
libs/22-Oct-2020
NativeTemplate.mk22-Oct-2020888
needsplit/22-Oct-2020
README22-Oct-2020380
res/22-Oct-2020
revision/22-Oct-2020
src/22-Oct-2020

README

      1 
      2 The entire libs/ directory is built and constructed automatically with
      3 the build_libs.sh script.  Don't attempt to modify manually.  To rebuild
      4 the native code, make the following change to the NDK to pass through
      5 the target architecture, and then run build_libs.sh:
      6 
      7 build/core/build-binary.mk:LOCAL_CFLAGS := -DANDROID -D__ANDROID_ARCH__=\"$(TARGET_ARCH_ABI)\" $(LOCAL_CFLAGS)
      8