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

Unified Diff: build/android/adb_install_apk.py

Issue 1415413005: Revert of [Android] Add a configurable environment for devil/. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/PRESUBMIT.py ('k') | build/android/buildbot/bb_device_status_check.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/adb_install_apk.py
diff --git a/build/android/adb_install_apk.py b/build/android/adb_install_apk.py
index 5cda6e89856b097b206cb463aa22a63247566ae6..011509bb38eb6cb6848d1db4ce69cfd5fc932a83 100755
--- a/build/android/adb_install_apk.py
+++ b/build/android/adb_install_apk.py
@@ -11,8 +11,6 @@
import logging
import os
import sys
-
-import devil_chromium
from devil.android import apk_helper
from devil.android import device_blacklist
@@ -63,8 +61,6 @@
run_tests_helper.SetLogLevel(args.verbose)
constants.SetBuildType(args.build_type)
-
- devil_chromium.Initialize(output_directory=constants.GetOutDirectory())
apk = args.apk_path or args.apk_name
if not apk.endswith('.apk'):
« no previous file with comments | « build/android/PRESUBMIT.py ('k') | build/android/buildbot/bb_device_status_check.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698