diff --git a/docs/html/ndk/downloads/index.jd b/docs/html/ndk/downloads/index.jd index 47d3113b8921a..954b049798c8b 100644 --- a/docs/html/ndk/downloads/index.jd +++ b/docs/html/ndk/downloads/index.jd @@ -332,35 +332,199 @@ $('#Downloads').after($('#download-table'));
- Android NDK, Revision 11c (March 2016) + Android NDK, Revision 12 (June 2016)
ndk-build command will default to using
+ Clang in an upcoming release. GCC will be removed in a later release.
+ make-standalone-toolchain.sh script will be removed
+ in an upcoming release. If you use this script, please plan to migrate to the
+ make_standalone_toolchain.py as soon as possible.
+
+ build/tools/make_standalone_toolchain.py. On Windows, you no longer
+ need Cygwin to use this feature. Note that the bash flavor will be removed
+ in an upcoming release, so please test the new one now.
+ -fno-limit-debug-info
+ option is enabled by default. This change enables better debugging with LLDB.
+ --build-id as a default option. This option
+ causes an identifier to be shown in native crash reports so you can easily
+ identify which version of your code was running.
+ NDK_USE_CYGPATH so that it no longer causes
+ problems with libgcc
+ (Issue 195486).
+ -Wl,--warn-shared-textrel and -Wl,--fatal-warnings.
+ If you have shared text relocations, your app does not load on Android 6.0
+ (API level 23) and higher. Note that this configuration has never been
+ allowed for 64-bit apps.
+ INFO_SUPPORTED_HARDWARE_LEVEL_LIMITED feature level or higher.
+ For more information, see the
+
+ CameraCharacteristics reference.
+ __thread so that it works for real this time.
+ libatomic to not use ifuncs (NDK Issue 31).
+ --long-plt to fix an internal linker error
+ when linking huge arm32 binaries.
+ AArch64. This problem was
+ causing jump addresses to be calculated incorrectly for very large
+ dynamic shared objects (DSOs).
+ --no-apply-dynamic to work around
+ a dynamic linker bug for earlier Android releases.
+ dynamic_cast was not
+ working with Clang, x86, stlport_static and optimization.
+ ndk-gdb.py script.
+ c++_shared does not work for ARM on
+ Android 2.3 (API level 9) or Android 4.0 (API level 14).
+ NdkCameraMetadataTags.h header file, the camera metadata
+ tag enum value ACAMERA_STATISTICS_LENS_SHADING_CORRECTION_MAP
+ was listed by accident and will be removed in next release. Use
+ the ACAMERA_STATISTICS_LENS_SHADING_MAP value instead.
+
+
Android NDK, Revision 11c (March 2016)
+