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

Unified Diff: build/android/tombstones.py

Issue 1416703003: [Android] Add a configurable environment for devil/. (RELAND 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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/test_runner.py ('k') | build/java_apk.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/tombstones.py
diff --git a/build/android/tombstones.py b/build/android/tombstones.py
index f1108dd368b4a8f8e8e643a602a0b219d0062475..ccb86a45fcf9bc2e2e85c4380d8664e2d0e9fe53 100755
--- a/build/android/tombstones.py
+++ b/build/android/tombstones.py
@@ -18,6 +18,8 @@ import subprocess
import sys
import optparse
+import devil_chromium
+
from devil.android import device_blacklist
from devil.android import device_errors
from devil.android import device_utils
@@ -241,6 +243,8 @@ def main():
if options.blacklist_file
else None)
+ devil_chromium.Initialize()
+
if options.device:
devices = [device_utils.DeviceUtils(options.device)]
else:
« no previous file with comments | « build/android/test_runner.py ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698