From 90538e1c7d8c9e01201185a4d0bb712bbb7da5fa Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 17 Mar 2020 15:34:32 -0700 Subject: 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 --- docs/changelogs/Changelog-r22.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') 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 `/platforms` and `/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. -- cgit v1.2.3