Index: build/android/gyp/create_device_library_links.py |
diff --git a/build/android/gyp/create_device_library_links.py b/build/android/gyp/create_device_library_links.py |
index 599642aa7a7bc6d04e5c27b878028818afc185dc..d5828f4c3bd4ae375835f3fca81f93e4940c5da7 100755 |
--- a/build/android/gyp/create_device_library_links.py |
+++ b/build/android/gyp/create_device_library_links.py |
@@ -64,7 +64,7 @@ def TriggerSymlinkScript(options): |
mkdir_cmd = ('if [ ! -e %(dir)s ]; then mkdir -p %(dir)s; fi ' % |
{ 'dir': device_dir }) |
RunShellCommand(device, mkdir_cmd) |
- device.PushIfNeeded(options.script_host_path, options.script_device_path) |
+ device.PushChangedFiles(options.script_host_path, options.script_device_path) |
trigger_cmd = ( |
'APK_LIBRARIES_DIR=%(apk_libraries_dir)s; ' |