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

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

Issue 59793009: Make Android Chromium-APK builders execute the hooks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 1 month 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: masters/master.client.webrtc/master_android_cfg.py
diff --git a/masters/master.client.webrtc/master_android_cfg.py b/masters/master.client.webrtc/master_android_cfg.py
index d9ebf901f10e2d54b86b055e78fdbc6479b26d22..f1c7d68cb2238580859e238ef2154c82c298dc03 100644
--- a/masters/master.client.webrtc/master_android_cfg.py
+++ b/masters/master.client.webrtc/master_android_cfg.py
@@ -16,8 +16,7 @@ T = helper.Triggerable
def android_apk():
- return chromium_factory.ChromiumFactory('', 'linux2', nohooks_on_update=True,
- target_os='android')
+ return chromium_factory.ChromiumFactory('', 'linux2', target_os='android')
def android_webrtc():
return webrtc_factory.WebRTCFactory('', 'linux2', nohooks_on_update=True,
target_os='android')
« 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