Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 10-Mar-2015 | 3.1K | |
AndroidManifest.xml | 16-Dec-2014 | 1.7K | |
assets/ | 16-Dec-2014 | ||
build_libs.sh | 16-Dec-2014 | 1.3K | |
feature/ | 10-Mar-2015 | ||
jni/ | 16-Dec-2014 | ||
libs/ | 16-Dec-2014 | ||
NativeTemplate.mk | 16-Dec-2014 | 888 | |
README | 16-Dec-2014 | 380 | |
res/ | 16-Dec-2014 | ||
revision/ | 10-Mar-2015 | ||
src/ | 16-Dec-2014 |
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