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') |