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

Unified Diff: tools/android/loading/sandwich_utils.py

Issue 2040993002: sandwich: Uplift for production use. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: tools/android/loading/sandwich_utils.py
diff --git a/tools/android/loading/sandwich_utils.py b/tools/android/loading/sandwich_utils.py
index 3942eecb20068a00a0d3899993a8409e4e49592b..791c3ecab5ba7dfed24d41c5b91eb56b1049eac6 100644
--- a/tools/android/loading/sandwich_utils.py
+++ b/tools/android/loading/sandwich_utils.py
@@ -71,6 +71,7 @@ class SandwichCommonBuilder(task_manager.Builder):
runner = self.CreateSandwichRunner()
runner.wpr_archive_path = BuildOriginalWpr.path
runner.wpr_record = True
+ runner.output_dir = BuildOriginalWpr.path[:-4] + '-run'
runner.Run()
self.original_wpr_task = BuildOriginalWpr
« tools/android/loading/sandwich_runner.py ('K') | « tools/android/loading/sandwich_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698