[android] Fix adb_install_apk.py's printed message.
BUG=None TEST=None NOTRY=True Review URL: https://chromiumcodereview.appspot.com/21133007 git-svn-id: http://src.chromium.org/svn/trunk/src/build@214710 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
55058bd2b5
Коммит
08bbe7f14d
|
@ -45,10 +45,9 @@ def ValidateInstallAPKOption(option_parser, options):
|
|||
|
||||
def _InstallApk(args):
|
||||
apk_path, apk_package, keep_data, device = args
|
||||
result = android_commands.AndroidCommands(device=device).ManagedInstall(
|
||||
android_commands.AndroidCommands(device=device).ManagedInstall(
|
||||
apk_path, keep_data, apk_package)
|
||||
print '----- Installed on %s -----' % device
|
||||
print result
|
||||
|
||||
|
||||
def main(argv):
|
||||
|
|
Загрузка…
Ссылка в новой задаче