Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 21-Aug-2018 | 4K | |
AndroidManifest.xml | 21-Aug-2018 | 2.6K | |
assets/ | 21-Aug-2018 | ||
build_libs.sh | 21-Aug-2018 | 1.3K | |
feature/ | 21-Aug-2018 | ||
jni/ | 21-Aug-2018 | ||
libs/ | 21-Aug-2018 | ||
NativeTemplate.mk | 21-Aug-2018 | 888 | |
README | 21-Aug-2018 | 380 | |
res/ | 21-Aug-2018 | ||
revision/ | 21-Aug-2018 | ||
src/ | 21-Aug-2018 |
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