aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2020-03-17 15:34:32 -0700
committerDan Albert <danalbert@google.com>2020-03-17 15:44:07 -0700
commit90538e1c7d8c9e01201185a4d0bb712bbb7da5fa (patch)
tree2109b2a410d0b66fc538db0f1561cc73d3774e13 /docs
parentbc13174bc2fbdf7cd3128394e929e3d48d22ac0b (diff)
downloadndk-90538e1c7d8c9e01201185a4d0bb712bbb7da5fa.tar.gz
Remove platforms and sysroot directories.
These were deprecated in r19. Removing these saves 600MB in the installed NDK. Test: treehugger Bug: None Change-Id: I6c127ade030b9c580e57b3a4695831fab14cfb78
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.