Index: build/android/gyp/push_libraries.py |
diff --git a/build/android/gyp/push_libraries.py b/build/android/gyp/push_libraries.py |
index 6b31a2e19d67dafbe9741eb2ea4883c716138f26..63421e9a02d511ab915d5adfe5864ca65c4f987b 100755 |
--- a/build/android/gyp/push_libraries.py |
+++ b/build/android/gyp/push_libraries.py |
@@ -40,7 +40,7 @@ def DoPush(options): |
if needs_directory: |
device.RunShellCommand('mkdir -p ' + options.device_dir) |
needs_directory[:] = [] # = False |
- device.PushChangedFiles([(host_path, device_path)]) |
+ device.PushChangedFiles(host_path, device_path) |
record_path = '%s.%s.push.md5.stamp' % (host_path, serial_number) |
md5_check.CallAndRecordIfStale( |