Index: masters/master.tryserver.chromium.linux/master.cfg |
diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg |
index 2ed807c03ebbe5362e58f36070ee7d68ff8221f5..711bf57e920e01517e4de0b7e4436cc4cbc59a19 100644 |
--- a/masters/master.tryserver.chromium.linux/master.cfg |
+++ b/masters/master.tryserver.chromium.linux/master.cfg |
@@ -75,6 +75,11 @@ b_android_dbg_tests_recipe = { |
'slavebuilddir': 'android', |
} |
+b_android_compile_dbg = { |
+ 'name': 'android_compile_dbg', |
+ 'factory': m_annotator.BaseFactory('chromium_trybot'), |
+} |
+ |
b_android_compile_rel = { |
'name': 'android_compile_rel', |
'factory': m_annotator.BaseFactory('chromium_trybot'), |
@@ -393,6 +398,7 @@ b_tools_build_presubmit = presubmit('tools_build') |
c['builders'] = [ |
+ b_android_compile_dbg, |
b_android_compile_rel, |
b_android_dbg_tests_recipe, b_android_arm64_dbg_recipe, |
b_android_fyi_dbg_tests_recipe, |