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

Unified Diff: build/android/avd.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/asan_symbolize.py ('k') | build/android/bb_run_sharded_steps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/avd.py
diff --git a/build/android/avd.py b/build/android/avd.py
index 8f4bc820fda97acb4101d2f0b8311ac6a9867770..c9f73bfea109f0cba7c71c767f52f1d66cd3b103 100755
--- a/build/android/avd.py
+++ b/build/android/avd.py
@@ -14,6 +14,7 @@ import os
import re
import sys
+import devil_chromium
import install_emulator_deps
from devil.utils import cmd_helper
@@ -62,6 +63,8 @@ def main(argv):
logging.root.setLevel(logging.INFO)
+ devil_chromium.Initialize()
+
if arguments.command == 'kill':
logging.info('Killing all existing emulator and existing the program')
emulator.KillAllEmulators()
« no previous file with comments | « build/android/asan_symbolize.py ('k') | build/android/bb_run_sharded_steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698