aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2022-06-27 14:45:21 -0700
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-27 22:04:24 +0000
commitb07f20c9b387c135c6a1ce8354bd2f5516997242 (patch)
tree61ef9c7691ff9398fb9dfc18e1fb026a8fb6178f
parentd11b9c2a836c6707efb0fde11aa737e2cd2565d4 (diff)
downloadndk-b07f20c9b387c135c6a1ce8354bd2f5516997242.tar.gz
Note shell escaping improvement in the changelog.
Bug: https://github.com/android/ndk/issues/1334 Test: None Change-Id: I95aa9a867e5de27d8e6151ac2ed09a45e4059ee1 (cherry picked from commit bbafe041bc8545365196b7e03184382f32c6a0bc) Merged-In: I95aa9a867e5de27d8e6151ac2ed09a45e4059ee1
-rw-r--r--docs/changelogs/Changelog-r25.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelogs/Changelog-r25.md b/docs/changelogs/Changelog-r25.md
index 4147845ff..5da7c38ae 100644
--- a/docs/changelogs/Changelog-r25.md
+++ b/docs/changelogs/Changelog-r25.md
@@ -22,6 +22,8 @@ directly, see the [build system maintainers guide].
* Remove python2. All scripts now use python3.
* [Issue 933]: Updated reference ASan wrap.sh to support attaching the Java
debugger.
+* [Issue 1334]: Improved argument escaping for compile_commands.json files
+ generated by ndk-build.
* [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
@@ -31,6 +33,7 @@ directly, see the [build system maintainers guide].
building shared libraries.
[Issue 933]: https://github.com/android/ndk/issues/933
+[Issue 1334]: https://github.com/android/ndk/issues/1334
[Issue 1634]: https://github.com/android/ndk/issues/1634
[Issue 1693]: https://github.com/android/ndk/issues/1693
[Issue 1717]: https://github.com/android/ndk/issues/1717