| Index: build/android/adb_install_apk.py
|
| diff --git a/build/android/adb_install_apk.py b/build/android/adb_install_apk.py
|
| index db2c62ce48e8eb91243a17c354c9494ad0e1152a..c3d56a6710f1bf2e04d5ab0726eb768e30b1e2ec 100755
|
| --- a/build/android/adb_install_apk.py
|
| +++ b/build/android/adb_install_apk.py
|
| @@ -10,9 +10,9 @@ import os
|
| import sys
|
|
|
| from pylib import android_commands
|
| -from pylib import apk_info
|
| from pylib import constants
|
| -from pylib import test_options_parser
|
| +from pylib.utils import apk_info
|
| +from pylib.utils import test_options_parser
|
|
|
|
|
| def _InstallApk(args):
|
|
|