aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-03-17 23:19:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-03-17 23:19:13 +0000
commit263ed2306c322395696363ee093a7b4b8d28d341 (patch)
tree3df4f0b2bd8ab01f5b42c3fe62cf9a585bd72457 /docs
parent369cca08fbb8caca818af90f8d17aea9b0cb331f (diff)
parent90538e1c7d8c9e01201185a4d0bb712bbb7da5fa (diff)
downloadndk-263ed2306c322395696363ee093a7b4b8d28d341.tar.gz
Merge "Remove platforms and sysroot directories."
Diffstat (limited to 'docs')
-rw-r--r--docs/changelogs/Changelog-r22.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/changelogs/Changelog-r22.md b/docs/changelogs/Changelog-r22.md
index 6ff2c2f66..0b102a579 100644
--- a/docs/changelogs/Changelog-r22.md
+++ b/docs/changelogs/Changelog-r22.md
@@ -30,6 +30,16 @@ For Android Studio issues, follow the docs on the [Android Studio site].
* [Issue 1139]: `native_app_glue` now hooks up the `APP_CMD_WINDOW_RESIZED`,
`APP_CMD_WINDOW_REDRAW_NEEDED`, and `APP_CMD_CONTENT_RECT_CHANGED` messages.
+* The deprecated `<NDK>/platforms` and `<NDK>/sysroot` directories have been
+ removed. These directories were merged and relocated into the toolchain during
+ r19. The location of these contents should not be relevant to anyone,
+ including build systems, since the toolchain handles them implicitly. If you
+ are using a build system that hasn't adapted to the changes introduced in NDK
+ r19, file a bug with your build system maintainer. See the [Build System
+ Maintainers Guide] for information on using the NDK in your own build system.
+
+[Build System Maintainers Guide]: https://android.googlesource.com/platform/ndk/+/master/docs/BuildSystemMaintainers.md
+
## Known Issues
* This is not intended to be a comprehensive list of all outstanding bugs.