Home | History | Annotate | only in /cts/hostsidetests/appsecurity/test-apps/SplitApp
Up to higher level directory
NameDateSize
Android.mk04-Nov-20142.6K
AndroidManifest.xml04-Nov-20141.7K
assets/04-Nov-2014
build_libs.sh04-Nov-20141.3K
feature/04-Nov-2014
jni/04-Nov-2014
libs/04-Nov-2014
NativeTemplate.mk04-Nov-2014888
README04-Nov-2014380
res/04-Nov-2014
src/04-Nov-2014

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