Skip to content

Changelog r29

Dan Albert edited this page Jun 9, 2025 · 2 revisions

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-r563880. See clang_source_info.md in the toolchain directory for version information.
    • Issue 2142: Fixed crash with icf=safe due to duplicate GOT entries.
    • Issue 2144: Fixed issue where lldb.sh did not work when installed to a path which contained spaces.
  • ndk-stack will now find symbols in files with matching build IDs even if the file names do not match.
  • ndk-stack will now find symbols in files with matching build IDs even if the name of the file is not present in the trace.
  • Issue 2078: ndk-stack now accepts a native-debug-symbols.zip file for the --sym argument as an alternative to a directory.
  • Issue 2109: llvm-lipo has been removed. This tool is only useful for building macOS binaries but was mistakenly included in the NDK.
  • Issue 2135: simpleperf no longer depends on Tk-Inter in non-GUI mode.
  • Issue 2146: Fixed a case where invalid data would appear in simpleperf reports.
Clone this wiki locally