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

Unified Diff: tools/mb/mb_config.pyl

Issue 2579103002: [Android] Fix ndk_next gn args in mb_config. (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index d18db5ff6ce57a9fce8e5c7a5185e87532bd9afc..7a3ebebeca3cc68ce0ef7dbc77b388ed93ddd0a7 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1738,7 +1738,7 @@
},
'ndk_next': {
- 'gn_args': 'android_ndk_version=r13b android_ndk_major_version=13',
+ 'gn_args': 'android_ndk_version="r13b" android_ndk_major_version="13"',
},
'no_pch': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698