gradle: Write sub-project list explicitly to make Android Studio happy

This commit is contained in:
Andrew Grieve
2014-09-23 21:03:00 -04:00
parent ddac192c4a
commit 0d313a3964
4 changed files with 20 additions and 35 deletions
-1
View File
@@ -122,7 +122,6 @@ function copyBuildRules(projectPath) {
shell.cp('-f', path.join(srcDir, 'custom_rules.xml'), projectPath);
shell.cp('-f', path.join(srcDir, 'build.gradle'), projectPath);
shell.cp('-f', path.join(srcDir, 'settings.gradle'), projectPath);
shell.cp('-f', path.join(srcDir, 'cordova.gradle'), projectPath);
}