Chromium Code Reviews| Index: build/android/pylib/device/commands/install_commands.py |
| diff --git a/build/android/pylib/device/commands/install_commands.py b/build/android/pylib/device/commands/install_commands.py |
| index f7319a2a21cac8c47b0820393cead1691fed5075..fde606f12dc365193b89d2ebcce130c01d7a69e0 100644 |
| --- a/build/android/pylib/device/commands/install_commands.py |
| +++ b/build/android/pylib/device/commands/install_commands.py |
| @@ -33,7 +33,7 @@ def InstallCommands(device): |
| if device.IsUserBuild(): |
| raise device_errors.CommandFailedError( |
| 'chromium_commands currently requires a userdebug build.', |
| - device_serial=device.GetDeviceSerial()) |
| + device_serial=device.adb.GetDeviceSerial()) |
|
jbudorick
2015/09/11 15:34:34
uh... er... how did this get here
|
| chromium_commands_jar_path = os.path.join( |
| constants.GetOutDirectory(), constants.SDK_BUILD_JAVALIB_DIR, |