| Index: build/android/pylib/android_commands.py
|
| diff --git a/build/android/pylib/android_commands.py b/build/android/pylib/android_commands.py
|
| index 0a710f9e0ef2cc237996c360940df8265a927f01..03f1f53cafe08ea81a5541b7eb2b5f5fee466578 100644
|
| --- a/build/android/pylib/android_commands.py
|
| +++ b/build/android/pylib/android_commands.py
|
| @@ -1172,7 +1172,7 @@ class AndroidCommands(object):
|
| command = 'sh %s' % temp_script
|
| command_runner = self._GetProtectedFileCommandRunner()
|
| if command_runner:
|
| - return command_runner(command)
|
| + command_runner(command)
|
| else:
|
| logging.warning('Could not set contents of protected file: %s' % filename)
|
|
|
|
|