Report issues to GitHub.
ndk-build
will default to using Clang in r13. GCC will be removed in a later release.make-standalone-toolchain.sh
will be removed in r13. Make sure make_standalone_toolchain.py
suits your needs.ndk-gdb.py
has been fixed: https://github.com/android-ndk/ndk/issues/118ndk-build
that resulting in spurious warnings for static libraries using libc++ has been fixed: https://android-review.googlesource.com/#/c/238146/c++_shared
on ARM32 now mostly works (see Known Issues). The unwinder will now be linked into each linked object rather than into libc++ itself.build/tools/make_standalone_toolchain.py
.-fno-limit-debug-info
has been enabled by default for Clang debug builds. This should improve debugability with LLDB.--build-id
is now enabled by default.NDK_USE_CYGPATH
should no longer cause problems with libgcc: http://b.android.com/195486.-Wl,--warn-shared-textrel
and-Wl,--fatal-warnings
are now enabled by default. If you have shared text relocations, your app will not load on Marshmallow or later (and have never been allowed for 64-bit apps).libcamera2
APIs for devices with INFO_SUPPORTED_HARDWARE_LEVEL_LIMITED
or above (see Camera Characteristics).__thread
should work for real this time.google/gcc-4_9
r227810.dynamic_cast
not working with Clang, x86, stlport_static
and optimization has been fixed.ndk-gdb.py
.c++_shared
still does not work for ARM on Gingerbread or Ice Cream Sandwich.