aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-04-29 00:22:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-04-29 00:22:20 +0000
commit81d919f1a0bc4d625f5053a4275c76580c325d94 (patch)
treee06a093772740c3584d146d084c45ec0e4a410f4
parent91382f11b278134efab591dcfc02516c1bd91259 (diff)
parent9cfc7a5221fcdcac33de176787f770a3225351ca (diff)
downloadndk-81d919f1a0bc4d625f5053a4275c76580c325d94.tar.gz
Merge "Make a note about notarization for macOS."
-rw-r--r--docs/changelogs/Changelog-r21.md15
1 files changed, 15 insertions, 0 deletions
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