| Index: build/android/pylib/android_commands.py
|
| diff --git a/build/android/pylib/android_commands.py b/build/android/pylib/android_commands.py
|
| index 66f7bcf633f682be441fdd7dc79fd06818f266d1..8eb975ba33153799b941e23d6ca911a953ab20b4 100644
|
| --- a/build/android/pylib/android_commands.py
|
| +++ b/build/android/pylib/android_commands.py
|
| @@ -782,8 +782,7 @@ class AndroidCommands(object):
|
| A tuple containing lists of the host and device md5sum results as
|
| created by _ParseMd5SumOutput().
|
| """
|
| - md5sum_dist_path = os.path.join(constants.GetOutDirectory(),
|
| - 'md5sum_dist')
|
| + md5sum_dist_path = os.path.join(constants.GetOutDirectory(), 'md5sum_dist')
|
| assert os.path.exists(md5sum_dist_path), 'Please build md5sum.'
|
| command = 'push %s %s' % (md5sum_dist_path, MD5SUM_DEVICE_FOLDER)
|
| assert _HasAdbPushSucceeded(self._adb.SendCommand(command))
|
|
|