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

Unified Diff: build/android/play_services/preprocess.py

Issue 1571803002: [Android] Prepare build/android/ for catapult+devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@create-device-library-links
Patch Set: rebase Created 4 years, 11 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 | « build/android/method_count.py ('k') | build/android/play_services/update.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/play_services/preprocess.py
diff --git a/build/android/play_services/preprocess.py b/build/android/play_services/preprocess.py
index e109898fd2104255600625447933991f7e18be5c..07057296e1eb36c23abedface2d3f5efe7311db8 100755
--- a/build/android/play_services/preprocess.py
+++ b/build/android/play_services/preprocess.py
@@ -61,6 +61,7 @@ import zipfile
from datetime import datetime
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir))
+import devil_chromium
from devil.utils import cmd_helper
from play_services import utils
from pylib.utils import argparse_utils
@@ -103,6 +104,8 @@ def main():
args = parser.parse_args()
+ devil_chromium.Initialize()
+
return ProcessGooglePlayServices(args.repository,
args.out_dir,
args.config_file,
« no previous file with comments | « build/android/method_count.py ('k') | build/android/play_services/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698