summaryrefslogtreecommitdiffstats
path: root/build/android/adb_install_apk.py
diff options
context:
space:
mode:
authorfrankf@google.com <frankf@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-04 22:42:20 +0000
committerfrankf@google.com <frankf@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-04 22:42:20 +0000
commit31b74c8fa9b736ef8fc4086985654f0dd64fd0f4 (patch)
treed303a8fc9434b768ff9741c8ff6db3270119d9fa /build/android/adb_install_apk.py
parent2ccc010493a244af13a08fa96451a385faa4afca (diff)
downloadchromium_src-31b74c8fa9b736ef8fc4086985654f0dd64fd0f4.zip
chromium_src-31b74c8fa9b736ef8fc4086985654f0dd64fd0f4.tar.gz
chromium_src-31b74c8fa9b736ef8fc4086985654f0dd64fd0f4.tar.bz2
[Android] Revert 175082
> Separate apk_info and jar_info and move to utils dir. > > This is in preparation for adding uiautomator test runner > which runs tests without an apk. > > BUG=167331 > > Review URL: https://codereview.chromium.org/11741025 TBR=craigdh@chromium.org These will be replaced with concept of test packages. Review URL: https://codereview.chromium.org/11780003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175218 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/adb_install_apk.py')
-rwxr-xr-xbuild/android/adb_install_apk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/adb_install_apk.py b/build/android/adb_install_apk.py
index fc13845..db2c62c 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):