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

Unified Diff: build/android/update_verification.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/tombstones.py ('k') | build/android/video_recorder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/update_verification.py
diff --git a/build/android/update_verification.py b/build/android/update_verification.py
index bdd49f1a3a24b67c75526c8bb35b702f4e4d991d..40cb64ac5dabb9ad47a3e4558aeff1652c3be5c7 100755
--- a/build/android/update_verification.py
+++ b/build/android/update_verification.py
@@ -28,6 +28,8 @@ import argparse
import logging
import sys
+import devil_chromium
+
from devil.android import apk_helper
from devil.android import device_blacklist
from devil.android import device_errors
@@ -87,6 +89,8 @@ def main():
args = parser.parse_args()
run_tests_helper.SetLogLevel(args.verbose)
+ devil_chromium.Initialize()
+
blacklist = (device_blacklist.Blacklist(args.blacklist_file)
if args.blacklist_file
else None)
« no previous file with comments | « build/android/tombstones.py ('k') | build/android/video_recorder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698