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

Unified Diff: build/android/adb_install_apk.py

Issue 11759012: [Android] Move GTest options to test_options_parser.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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 | « no previous file | build/android/device_stats_monitor.py » ('j') | build/android/device_stats_monitor.py » ('J')
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 db2c62ce48e8eb91243a17c354c9494ad0e1152a..a52ed64836dbf7a017e21a170834f2652a7c0617 100755
--- a/build/android/adb_install_apk.py
+++ b/build/android/adb_install_apk.py
@@ -12,7 +12,7 @@ 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 test_options_parser
def _InstallApk(args):
« no previous file with comments | « no previous file | build/android/device_stats_monitor.py » ('j') | build/android/device_stats_monitor.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698