From 9cfc7a5221fcdcac33de176787f770a3225351ca Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 28 Apr 2020 12:37:48 -0700 Subject: Make a note about notarization for macOS. Test: used clang from the app bundle on macOS Catalina Bug: https://github.com/android/ndk/issues/1060 Change-Id: I995e69cb0a5825f1d79a39baf19bed269749be08 --- docs/changelogs/Changelog-r21.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changelogs/Changelog-r21.md b/docs/changelogs/Changelog-r21.md index 537ffc262..15e644a37 100644 --- a/docs/changelogs/Changelog-r21.md +++ b/docs/changelogs/Changelog-r21.md @@ -52,6 +52,21 @@ For Android Studio issues, follow the docs on the [Android Studio site]. [Build System Maintainers Guide]: https://android.googlesource.com/platform/ndk/+/master/docs/BuildSystemMaintainers.md +## r21c + + * [Issue 1060]: A macOS app bundle that is signed and notarized is now + available for download from our wiki and our website. Note that because only + bundles may use RPATHs and pass notarization, the traditional NDK package for + macOS **cannot* be notarized. The SDK will continue to use the traditional + package as the app bundle requires layout changes that would make it + incompatible with Android Studio. The NDK is not quarantined when it is + downloaded via the SDK manager, so is curently allowed by Gatekeeper. + + **The SDK manager is currently the most reliable way to get the NDK for + macOS.** + +[Issue 1060]: https://github.com/android/ndk/issues/1060 + ## r21b * Fixed debugging processes containing Java with gdb. Cherrypicked -- cgit v1.2.3