Skip to content

Commit

Permalink
Merge pull request play-co#20 from gameclosure/feature-share-android-…
Browse files Browse the repository at this point in the history
…predex

Feature share android predex - reviewed by @jaredpetker
  • Loading branch information
Jared Petker committed Feb 18, 2013
2 parents ef12890 + b5f1cb4 commit 07c1e2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/native/native-android.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ function makeAndroidProject(project, namespace, activity, title, appID,
"--path", destDir,
"--library", "../../TeaLeaf"
], {}, f());
}, function () {
fs.appendFile( path.join(destDir, 'project.properties'), 'out.dexed.absolute.dir=../.dex/\n',f());
}, function () {
updateManifest(project, namespace, activity, title, appID, shortName, version, debug, destDir, servicesURL, metadata, studioName, f.waitPlain());
updateActivity(project, namespace, activity, destDir, f.waitPlain());
Expand Down

0 comments on commit 07c1e2b

Please sign in to comment.