Upstream version 6.35.131.0
[platform/framework/web/crosswalk.git] / src / xwalk / build / android / generate_app_packaging_tool.py
old mode 100644 (file)
new mode 100755 (executable)
index ce224cc..e501026
@@ -126,6 +126,7 @@ def PrepareFromXwalk(src_dir, target_dir):
      os.path.join(target_dir, 'scripts/ant')),
     (os.path.join(tools_src_dir, 'compress_js_and_css.py'), target_dir),
     (os.path.join(tools_src_dir, 'customize.py'), target_dir),
+    (os.path.join(tools_src_dir, 'customize_launch_screen.py'), target_dir),
     (os.path.join(tools_src_dir, 'handle_permissions.py'), target_dir),
     (os.path.join(tools_src_dir, 'handle_xml.py'), target_dir),
     (os.path.join(tools_src_dir, 'make_apk.py'), target_dir),