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

Unified Diff: tools/mb/mb_config.pyl

Issue 1838433002: [cronet] Switch android_cronet_tester to static_library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: xunjieli comment Created 4 years, 9 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: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 6417815df8c8417116cd7791f43746c636993720..31f1c76ea45fff29f9c642535bd13649563c28bb 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -652,7 +652,9 @@
'android_compile_rel': 'swarming_android_gyp_release_trybot',
'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
- 'android_cronet_tester': 'android_cronet_gyp_debug_trybot',
+ # TODO(crbug/597596): Switch this back to debug_trybot when cronet's
+ # shared library loading is fixed.
+ 'android_cronet_tester': 'android_cronet_gyp_debug_static_bot',
'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot',
'linux_android_rel_ng': 'swarming_android_gyp_release_trybot',
},
@@ -871,10 +873,6 @@
'android', 'cronet', 'gyp', 'debug_static_bot', 'x86'
],
- 'android_cronet_gyp_debug_trybot': [
- 'android', 'cronet', 'gyp', 'debug_trybot'
- ],
-
'android_cronet_gyp_release_bot_minimal_symbols': [
'android', 'cronet', 'gyp', 'release_bot_minimal_symbols', 'arm'
],
« 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