Home | History | Annotate | only in /cts/hostsidetests/appsecurity/test-apps/SplitApp
Up to higher level directory
NameDateSize
Android.mk23-Apr-20153.1K
AndroidManifest.xml23-Apr-20151.7K
assets/23-Apr-2015
build_libs.sh23-Apr-20151.3K
feature/23-Apr-2015
jni/23-Apr-2015
libs/23-Apr-2015
NativeTemplate.mk23-Apr-2015888
README23-Apr-2015380
res/23-Apr-2015
revision/23-Apr-2015
src/23-Apr-2015

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