Skip to content

Commit

Permalink
Include jdwp workarounds in the ASan wrap.sh.
Browse files Browse the repository at this point in the history
Bug: android/ndk#933
Test: Attached debugger to https://github.com/DanAlbert/asan-cmake-example
(cherry picked from commit faf3d43)
(cherry picked from commit 8b297540d0b3b621a18438d8c506421620b7e5aa)
(cherry picked from commit 26ba819)
Merged-In: I7c98473e88e31707a50aa8702a3975c94db9ea6b

Change-Id: Ide5db8dc4a24f0b398324e10e8834176ea8608b2
  • Loading branch information
DanAlbert committed Jun 27, 2022
1 parent 381cdfc commit 34ab4dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/changelogs/Changelog-r25.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@ directly, see the [build system maintainers guide].
* Strip some binaries and libraries. This reduces the uncompressed size of
the NDK by 300 MB.
* Remove python2. All scripts now use python3.
* [Issue 933]: Updated reference ASan wrap.sh to support attaching the Java
debugger.
* [Issue 1634]: Fixed the build rule for the libshaderc_combined target.
* [Issue 1693]: The NDK's toolchain file for CMake (`android.toolchain.cmake`)
defaults to the legacy toolchain file for all versions of CMake. The new
toolchain file can still be enabled using
`-DANDROID_USE_LEGACY_TOOLCHAIN_FILE=OFF`.

[Issue 933]: https://github.com/android/ndk/issues/933
[Issue 1634]: https://github.com/android/ndk/issues/1634
[Issue 1693]: https://github.com/android/ndk/issues/1693

Expand Down

0 comments on commit 34ab4dd

Please sign in to comment.