aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-02-03 21:44:47 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-03 21:44:47 +0000
commitc6217b4f19fd8a1b2b555c527f6f840b37fb951e (patch)
treebe16bab2bf51a7869a397d39bbf87110b79b1eea
parentaac9fa004b04a707ffbc0af6dd20d3843d03dc77 (diff)
parentb8a42f753655e421914af3c623d279f304610d15 (diff)
downloadndk-c6217b4f19fd8a1b2b555c527f6f840b37fb951e.tar.gz
Merge "Remove "What\'s next?" section from the changelog."
am: b8a42f7536 * commit 'b8a42f753655e421914af3c623d279f304610d15': Remove "What's next?" section from the changelog.
-rw-r--r--CHANGELOG.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 847480f8f..0ef51ccf4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -115,24 +115,5 @@ Known Issues
cause is incompatibility between the LLVM unwinder used by libc++abi for
ARM32 and libgcc. This is not a regression from r10e.
-What's Next?
-------------
-
-A significant proportion of the changes that went into this release were
-organizational changes to the build and to the package layout. The reason for
-this is that we will soon be integrating the NDK into the Android SDK manager as
-several distinct components. The motivations for this change are:
-
- * No wasted bandwidth or disk space on unneeded pieces. Do you really need 14
- compilers? With the modular NDK you can download just the one Clang, or a
- single set of GCCs.
- * Easier updating. Just launch the SDK manager and install the updates rather
- than downloading an entire new NDK.
- * Quicker updates. In the future we’ll be able to release just a portion of the
- NDK on a quicker schedule. No more waiting for the next big release for a
- handful of bug fixes or a compiler update.
-
-The integration with the SDK manager should happen Soon™.
-
[GitHub]: https://github.com/googlesamples/android-ndk
[Android Developer website]: http://developer.android.com/ndk/index.html