Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6322)

Unified Diff: build/config/android/config.gni

Issue 2040043002: [Android] Revert the NDK back to r10e. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: twellington comment Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index 8fc612b6fd1526db63cda79187c9324be016313e..56c38f3f1130bb9e5069bc4c80eb5838b1e189c2 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -23,7 +23,7 @@ if (is_android) {
if (!defined(default_android_ndk_root)) {
default_android_ndk_root = "//third_party/android_tools/ndk"
- default_android_ndk_version = "r11c"
+ default_android_ndk_version = "r10e"
}
if (!defined(default_android_sdk_root)) {
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698