Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / build / android / gyp / create_device_library_links.py
index 30e050c..3e630b6 100755 (executable)
@@ -64,7 +64,8 @@ def TriggerSymlinkScript(options):
   mkdir_cmd = ('if [ ! -e %(dir)s ]; then mkdir -p %(dir)s; fi ' %
       { 'dir': device_dir })
   RunShellCommand(device, mkdir_cmd)
-  device.PushChangedFiles(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; '