Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / build / android / gyp / create_device_library_links.py
index 599642a..d5828f4 100755 (executable)
@@ -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; '