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

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

Issue 1991343002: [Android] Roll the NDK to r11c. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 2 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
« no previous file with comments | « build/config/android/BUILD.gn ('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 98b4aa614bf992a7ab89aff634a97dd6b9427baf..8fc612b6fd1526db63cda79187c9324be016313e 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -23,6 +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"
}
if (!defined(default_android_sdk_root)) {
@@ -56,6 +57,7 @@ if (is_android) {
declare_args() {
android_ndk_root = default_android_ndk_root
+ android_ndk_version = default_android_ndk_version
android_sdk_root = default_android_sdk_root
android_sdk_version = default_android_sdk_version
« no previous file with comments | « build/config/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698