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

Unified Diff: build/android/adb_install_apk.py

Issue 292313015: [Android] Switch to DeviceUtils versions of Reboot and Install. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/enable_asserts.py » ('j') | build/android/pylib/device/device_utils.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 a91510137925e766cf5166768f78679e7ed51c12..5889ca84074df20c92f03e51b9ed58cecc643e88 100755
--- a/build/android/adb_install_apk.py
+++ b/build/android/adb_install_apk.py
@@ -65,8 +65,7 @@ def main(argv):
if not options.apk_package:
options.apk_package = apk_helper.GetPackageName(options.apk)
- device_utils.DeviceUtils.parallel(devices).old_interface.ManagedInstall(
- options.apk, options.keep_data, options.apk_package).pFinish(None)
+ device_utils.DeviceUtils.parallel(devices).Install(options.apk)
if __name__ == '__main__':
« no previous file with comments | « no previous file | build/android/enable_asserts.py » ('j') | build/android/pylib/device/device_utils.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698