| 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'):
|
|
|