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

Unified Diff: webrtc/examples/androidtests/gradle_project_test.py

Issue 2994123002: Add --canary flag to gradle project test and update gradle. (Closed)
Patch Set: Created 3 years, 4 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidtests/gradle_project_test.py
diff --git a/webrtc/examples/androidtests/gradle_project_test.py b/webrtc/examples/androidtests/gradle_project_test.py
index 9a0621b10c2de0e441490bcc2bed3c4f1f5ae471..1f0496024476b5fe8a0d80b1b248fb5dcaafd002 100644
--- a/webrtc/examples/androidtests/gradle_project_test.py
+++ b/webrtc/examples/androidtests/gradle_project_test.py
@@ -64,7 +64,7 @@ def main():
_RunCommand([GENERATE_GRADLE_SCRIPT, '--output-directory', output_dir,
'--target', '//webrtc/examples:AppRTCMobile',
'--project-dir', project_dir,
- '--use-gradle-process-resources', '--split-projects'])
+ '--use-gradle-process-resources', '--split-projects', '--canary'])
_RunCommand([GRADLEW_BIN, 'assembleDebug'], project_dir)
finally:
# Do not delete temporary directory if user specified it manually.
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698