Home | History | Annotate | only in /cts/hostsidetests/appsecurity/test-apps/SplitApp
Up to higher level directory
NameDateSize
Android.mk21-Oct-20163.4K
AndroidManifest.xml21-Oct-20162.3K
assets/21-Oct-2016
build_libs.sh21-Oct-20161.3K
feature/21-Oct-2016
jni/21-Oct-2016
libs/21-Oct-2016
NativeTemplate.mk21-Oct-2016888
README21-Oct-2016380
res/21-Oct-2016
revision/21-Oct-2016
src/21-Oct-2016

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