Index: build/android/gyp/push_libraries.py |
diff --git a/build/android/gyp/push_libraries.py b/build/android/gyp/push_libraries.py |
index 21258efe607844bb3121f2668869555a821411a8..efb9dfcc6f44dc2fc63530705dbe56d458642c0f 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.PushIfNeeded(host_path, device_path) |
+ device.PushChangedFiles(host_path, device_path) |
record_path = '%s.%s.push.md5.stamp' % (host_path, serial_number) |
md5_check.CallAndRecordIfStale( |