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

Unified Diff: build/android/adb_install_apk.py

Issue 1502033002: Revert of [Android] Add a configurable environment for devil/. (RELAND 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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 0914bc168974fe3db8f02b1d321224ed435acf22..a816bd403f8cc5c13d589728b10f20e3416b7d32 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