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

Issue 1134353002: Add --split-apk-path flag to apk_install.py, and install-multiple logic to adb_wrapper (Closed)

Created:
5 years, 7 months ago by agrieve
Modified:
5 years, 7 months ago
Reviewers:
jbudorick, agrieve1
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add --split-apk-path flag to apk_install.py, and install-multiple logic to adb_wrapper There's a TODO for using split-select, but it won't be necessary until we have resource splits being generated. BUG=447152 Committed: https://crrev.com/845f198cd6e47f25d68355898fdff474796e2165 Cr-Commit-Position: refs/heads/master@{#329844}

Patch Set 1 #

Total comments: 6

Patch Set 2 : InstallMultiple as own method in adbwrapper #

Patch Set 3 : Revert device_utils changes #

Total comments: 2

Patch Set 4 : Fix indentation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -2 lines) Patch
M build/android/gyp/apk_install.py View 1 2 2 chunks +13 lines, -1 line 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 1 2 3 2 chunks +34 lines, -1 line 0 comments Download

Messages

Total messages: 14 (4 generated)
agrieve
5 years, 7 months ago (2015-05-13 14:15:58 UTC) #2
jbudorick
https://codereview.chromium.org/1134353002/diff/1/build/android/gyp/apk_install.py File build/android/gyp/apk_install.py (right): https://codereview.chromium.org/1134353002/diff/1/build/android/gyp/apk_install.py#newcode94 build/android/gyp/apk_install.py:94: device.Install(options.apk_path, reinstall=True, split_paths=active_splits) Why should we do this instead ...
5 years, 7 months ago (2015-05-13 15:15:42 UTC) #3
agrieve
https://codereview.chromium.org/1134353002/diff/1/build/android/gyp/apk_install.py File build/android/gyp/apk_install.py (right): https://codereview.chromium.org/1134353002/diff/1/build/android/gyp/apk_install.py#newcode94 build/android/gyp/apk_install.py:94: device.Install(options.apk_path, reinstall=True, split_paths=active_splits) On 2015/05/13 15:15:42, jbudorick wrote: > ...
5 years, 7 months ago (2015-05-13 15:47:46 UTC) #4
jbudorick
https://codereview.chromium.org/1134353002/diff/1/build/android/gyp/apk_install.py File build/android/gyp/apk_install.py (right): https://codereview.chromium.org/1134353002/diff/1/build/android/gyp/apk_install.py#newcode94 build/android/gyp/apk_install.py:94: device.Install(options.apk_path, reinstall=True, split_paths=active_splits) On 2015/05/13 15:47:46, agrieve wrote: > ...
5 years, 7 months ago (2015-05-13 15:49:15 UTC) #5
agrieve
On 2015/05/13 15:49:15, jbudorick wrote: > https://codereview.chromium.org/1134353002/diff/1/build/android/gyp/apk_install.py > File build/android/gyp/apk_install.py (right): > > https://codereview.chromium.org/1134353002/diff/1/build/android/gyp/apk_install.py#newcode94 > ...
5 years, 7 months ago (2015-05-13 16:10:41 UTC) #6
jbudorick
lgtm w/ nits https://codereview.chromium.org/1134353002/diff/40001/build/android/pylib/device/adb_wrapper.py File build/android/pylib/device/adb_wrapper.py (right): https://codereview.chromium.org/1134353002/diff/40001/build/android/pylib/device/adb_wrapper.py#newcode419 build/android/pylib/device/adb_wrapper.py:419: sd_card=False, timeout=60*2, retries=_DEFAULT_RETRIES, nits: - indentation ...
5 years, 7 months ago (2015-05-13 16:15:07 UTC) #7
agrieve1
Thanks for the speedy review! :) https://codereview.chromium.org/1134353002/diff/1/build/android/gyp/apk_install.py File build/android/gyp/apk_install.py (right): https://codereview.chromium.org/1134353002/diff/1/build/android/gyp/apk_install.py#newcode94 build/android/gyp/apk_install.py:94: device.Install(options.apk_path, reinstall=True, split_paths=active_splits) ...
5 years, 7 months ago (2015-05-13 17:22:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1134353002/60001
5 years, 7 months ago (2015-05-14 13:54:37 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 7 months ago (2015-05-14 13:58:30 UTC) #13
commit-bot: I haz the power
5 years, 7 months ago (2015-05-14 13:59:20 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/845f198cd6e47f25d68355898fdff474796e2165
Cr-Commit-Position: refs/heads/master@{#329844}

Powered by Google App Engine
This is Rietveld 408576698