| 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..fc1384557e46d74774b350957e07dec2717a20d6 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
|
|
|
|
|
| def _InstallApk(args):
|
|
|