NDK r30 RC 1
Pre-release
Pre-release
Downloads
android {
ndkVersion "30.0.16138531"
}| Platform | Package | Size (Bytes) | SHA1 Checksum |
|---|---|---|---|
| Windows | android-ndk-r30-beta3-windows.zip | 728090945 | b89c9a0d141382a8311669a01db4af88b4067a8d |
| macOS | android-ndk-r30-beta3-darwin.dmg | 1073208771 | 4de0d5905ef7ba1dcc5f104e3bb2f3b00dc7ee22 |
| Linux | android-ndk-r30-beta3-linux.zip | 738755979 | f66e852ac01a57f74bcf6fd96dcea04dda5ea392 |
Changelog
Report issues to GitHub.
For Android Studio issues, go to https://b.android.com and file a bug using the
Android Studio component, not the NDK component.
If you're a build system maintainer that needs to use the tools in the NDK
directly, see the build system maintainers guide.
Announcements
Changes
- Updated LLVM to clang-r574158c. See
clang_source_info.mdin the toolchain
directory for version information.- Issue 2073: Fixed runtime segfault when using LTO and nested exception
handlers. - Issue 2172: Fixed backend crash for ablas.
- Issue 2160: Fixed Clang crash on invalid code.
- Issue 2204: Fixed Clang-Tidy Segfault.
- Issue 2208: Fixed false positive nodiscard warning on static member function calls.
- Issue 2215: Fixed a compiler hang when compiling with
-O3for ARM. - Issue 2225: Fixed compiler miscompilation involving references and pointers.
- Issue 2226: Fixed compiler crash when compiling defaulted equality operator for AArch64.
- Issue 2230: Fixed Clang modules compilation failure involving
wchar.hredefinitions. - Issue 2234: Fixed LLDB not being able to read a shared library if it is the last entry in the APK.
- Issue 2243: Fixed internal linkage functions in global module fragments.
- Improved ARM code generation for dot product instructions.
- Issue 2073: Fixed runtime segfault when using LTO and nested exception
- Issue 2198: Landed simpleperf prebuilts to work on Android 10.
- Upgraded the max API to 37 for NDK sysroots.