| Index: build/android/adb_install_apk.py
|
| diff --git a/build/android/adb_install_apk.py b/build/android/adb_install_apk.py
|
| index c3d56a6710f1bf2e04d5ab0726eb768e30b1e2ec..7601a3fc623601f44a51d72b2963e2352586bf7d 100755
|
| --- a/build/android/adb_install_apk.py
|
| +++ b/build/android/adb_install_apk.py
|
| @@ -11,7 +11,7 @@ import sys
|
|
|
| from pylib import android_commands
|
| from pylib import constants
|
| -from pylib.utils import apk_info
|
| +from pylib.instrumentation import apk_info
|
| from pylib.utils import test_options_parser
|
|
|
|
|
|
|