You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/10/04 21:32:18 UTC

[10/13] android commit: Fix --shared flag of create script (broke in recent gradle changes)

Fix --shared flag of create script (broke in recent gradle changes)


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/30681eb7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/30681eb7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/30681eb7

Branch: refs/heads/master
Commit: 30681eb77222f9cd5e279b069a9601f25f465ccb
Parents: 52e575e
Author: Andrew Grieve <ag...@chromium.org>
Authored: Sat Oct 4 15:14:51 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Sat Oct 4 15:14:51 2014 -0400

----------------------------------------------------------------------
 bin/lib/create.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/30681eb7/bin/lib/create.js
----------------------------------------------------------------------
diff --git a/bin/lib/create.js b/bin/lib/create.js
index bfe6b23..f9c4224 100755
--- a/bin/lib/create.js
+++ b/bin/lib/create.js
@@ -276,7 +276,7 @@ exports.createProject = function(project_path, package_name, project_name, proje
             copyBuildRules(project_path);
         });
         // Link it to local android install.
-        writeProjectProperties(project_path, target_api);
+        writeProjectProperties(project_path, target_api, use_shared_project);
     }).then(function() {
         console.log('Project successfully created.');
     });


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org