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

Unified Diff: build/common.gypi

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
« no previous file with comments | « DEPS ('k') | build/config/android/config.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index a9c8f1ddefe7e811ae8472237beab9a075404911..1f39ae5b916e84ccde244a514cfe8715795c0c11 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1726,7 +1726,7 @@
'android_ndk_absolute_root%': '<!(cd <(DEPTH) && pwd -P)/third_party/android_tools/ndk/',
'android_host_arch%': '<!(uname -m)',
# Version of the NDK. Used to ensure full rebuilds on NDK rolls.
- 'android_ndk_version%': 'r11c',
+ 'android_ndk_version%': 'r10e',
Michael Achenbach 2016/06/07 07:08:23 We might need a better mechanism in v8 for this. W
jbudorick 2016/06/07 12:59:58 Sure, I'll do something like that before the next
# Android API-level of the SDK used for compilation.
'android_sdk_version%': '23',
'android_sdk_build_tools_version%': '23.0.1',
« no previous file with comments | « DEPS ('k') | build/config/android/config.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698