Home | History | Annotate | only in /cts/hostsidetests/appsecurity/test-apps/SplitApp
Up to higher level directory
NameDateSize
Android.mk06-Dec-20173.6K
AndroidManifest.xml06-Dec-20172.3K
assets/06-Dec-2017
build_libs.sh06-Dec-20171.3K
feature/06-Dec-2017
jni/06-Dec-2017
libs/06-Dec-2017
NativeTemplate.mk06-Dec-2017888
README06-Dec-2017380
res/06-Dec-2017
revision/06-Dec-2017
src/06-Dec-2017

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