Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: build/android/adb_install_apk.py

Issue 11779040: Fix ImportError "cannot import name apk_info" in adb_install_apk.py (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698