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

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

Issue 2154593002: [Android] Define the Android NDK major version for breakpad. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « breakpad/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 3590205c37b8057ede2f66c78cd6eb59b16b5093..b0f1a4bf96e5b5565e491b72bf7db235a2bb9b22 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -32,6 +32,7 @@ if (is_android) {
}
if (!defined(default_android_ndk_root)) {
+ default_android_ndk_major_version = "10"
default_android_ndk_root = "//third_party/android_tools/ndk"
default_android_ndk_version = "r10e"
} else {
@@ -68,6 +69,7 @@ if (is_android) {
}
declare_args() {
+ android_ndk_major_version = default_android_ndk_major_version
android_ndk_root = default_android_ndk_root
android_ndk_version = default_android_ndk_version
« no previous file with comments | « breakpad/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698