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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2342033002: MB: Change Android Clang to build shared instead of static. (Closed)
Patch Set: Renamed Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index bf43c379e7a430dcd55f0fcf6692c2599fe4a3a4..82c3832a1441a28eb68f6ca47eaacdaf3c7de139 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -59,7 +59,7 @@
'Android32 Builder x86': 'android_gn_release_bot_x86',
'Android32 Builder x86 (dbg)': 'android_gn_debug_static_bot_x86',
'Android32 Builder MIPS (dbg)': 'android_gn_clang_debug_static_bot_mipsel',
- 'Android32 Clang (dbg)': 'android_gn_clang_debug_static_bot_arm',
+ 'Android32 Clang (dbg)': 'android_gn_clang_debug_bot_arm',
'Android64 Builder': 'android_gn_release_bot_arm64',
'Android64 Builder (dbg)': 'android_gn_debug_static_bot_arm64',
'Android64 Builder x64 (dbg)': 'android_gn_debug_static_bot_x64',
@@ -139,7 +139,7 @@
'android_compile_mips_dbg': 'android_gn_clang_debug_static_bot_mipsel',
'android_dbg': 'android_gn_debug_static_bot_arm',
'android_rel': 'android_gn_release_bot_arm',
- 'android_clang_dbg': 'android_gn_clang_debug_static_bot_arm',
+ 'android_clang_dbg': 'android_gn_clang_debug_bot_arm',
'android_arm64_rel': 'android_gn_release_bot_arm64',
'android_n6': 'android_gn_debug_static_bot_arm',
'android_gyp_dbg': 'android_gyp_debug_static_bot_arm',
@@ -319,8 +319,8 @@
'android_gn_release_bot_x86': [
'android', 'gn', 'release_bot', 'x86'
],
- 'android_gn_clang_debug_static_bot_arm': [
- 'android', 'gn', 'clang', 'debug_static_bot', 'arm'
+ 'android_gn_clang_debug_bot_arm': [
+ 'android', 'gn', 'clang', 'debug_bot', 'arm'
],
'android_gn_clang_debug_static_bot_mipsel': [
'android', 'gn', 'clang', 'debug_static_bot', 'mipsel'
« 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