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

Unified Diff: build/android/pylib/device_settings.py

Issue 434193002: [Android] Parallelize provision_devices.py. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 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 | « build/android/pylib/device/device_blacklist.py ('k') | build/android/pylib/utils/parallelizer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/device_settings.py
diff --git a/build/android/pylib/device_settings.py b/build/android/pylib/device_settings.py
index b79ada9f5d45f87c38ff1a1fa73ccbcab8b222dc..bc39b5d3aa307e6a80a23b8da8ce8de79385b81f 100644
--- a/build/android/pylib/device_settings.py
+++ b/build/android/pylib/device_settings.py
@@ -36,9 +36,6 @@ def ConfigureContentSettings(device, desired_settings):
logging.error('Skipping content settings configuration due to outdated sdk')
return
- device.SetProp('persist.sys.usb.config', 'adb')
- device.old_interface.WaitForDevicePm()
-
if device.GetProp('ro.build.type') == 'userdebug':
for table, key_value in desired_settings:
settings = content_settings.ContentSettings(table, device)
« no previous file with comments | « build/android/pylib/device/device_blacklist.py ('k') | build/android/pylib/utils/parallelizer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698