| Index: build/android/pylib/utils/md5sum.py
|
| diff --git a/build/android/pylib/utils/md5sum.py b/build/android/pylib/utils/md5sum.py
|
| index 4d0d7038be4ae5602cd822bb66118a0de4390031..8c10bb0b88eb85d4e59a8832c5a22270b605b1b8 100644
|
| --- a/build/android/pylib/utils/md5sum.py
|
| +++ b/build/android/pylib/utils/md5sum.py
|
| @@ -57,8 +57,7 @@
|
|
|
| out = []
|
| with tempfile.NamedTemporaryFile() as md5sum_script_file:
|
| - with device_temp_file.DeviceTempFile(
|
| - device.adb) as md5sum_device_script_file:
|
| + with device_temp_file.DeviceTempFile(device) as md5sum_device_script_file:
|
| md5sum_script = (
|
| MD5SUM_DEVICE_SCRIPT_FORMAT.format(
|
| path=p, md5sum_lib=MD5SUM_DEVICE_LIB_PATH,
|
|
|