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

Unified Diff: masters/master.client.libyuv/master_android_cfg.py

Issue 2015883002: libyuv: Add Android x86, x64 and MIPS bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 | masters/master.client.libyuv/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.libyuv/master_android_cfg.py
diff --git a/masters/master.client.libyuv/master_android_cfg.py b/masters/master.client.libyuv/master_android_cfg.py
index 20d3459743536d57cd39606d491466f579573b55..c78c570670d80a5edbb48ed91688df709c83383a 100644
--- a/masters/master.client.libyuv/master_android_cfg.py
+++ b/masters/master.client.libyuv/master_android_cfg.py
@@ -20,6 +20,9 @@ def Update(c):
'Android Release (GN)',
'Android Clang Debug',
'Android ARM64 Debug',
+ 'Android32 x86 Debug',
+ 'Android64 x64 Debug',
+ 'Android32 MIPS Debug',
]),
])
@@ -30,6 +33,9 @@ def Update(c):
{'name': 'Android Release (GN)', 'slavebuilddir': 'android_gn'},
{'name': 'Android Clang Debug', 'slavebuilddir': 'android_clang'},
{'name': 'Android ARM64 Debug', 'slavebuilddir': 'android_arm64'},
+ {'name': 'Android32 x86 Debug', 'slavebuilddir': 'android_x86'},
+ {'name': 'Android64 x64 Debug', 'slavebuilddir': 'android_x64'},
+ {'name': 'Android32 MIPS Debug', 'slavebuilddir': 'android_mips'},
]
c['builders'].extend([
« no previous file with comments | « no previous file | masters/master.client.libyuv/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698