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