mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
no longer copy preview.xml - preview.xml is never used for anything so removed from it
This commit is contained in:
parent
49de553ee8
commit
bb5a628a28
2
droidgap
2
droidgap
@ -86,7 +86,7 @@ class Build
|
||||
FileUtils.cp File.join(framework_res_dir, "values","strings.xml"), File.join(app_res_dir, "values", "strings.xml")
|
||||
|
||||
FileUtils.mkdir_p File.join(app_res_dir, "layout")
|
||||
%w(main.xml preview.xml).each do |f|
|
||||
%w(main.xml).each do |f|
|
||||
FileUtils.cp File.join(framework_res_dir, "layout", f), File.join(app_res_dir, "layout", f)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user