24 Commits

Author SHA1 Message Date
Mark Villacampa
84e4966774 Added support for annotations and google play libraries 2015-03-28 21:19:57 +09:00
Joffrey Jaffeux
8fc9244c26 explicit path 2015-03-28 21:19:50 +09:00
Joffrey Jaffeux
10c8021b37 emphasize error 2015-03-28 21:19:42 +09:00
Joffrey Jaffeux
5dc1e397f8 support advanced cases for support libraries 2015-03-28 21:19:36 +09:00
Joffrey Jaffeux
34d407c570 simplify error message 2015-03-28 21:19:29 +09:00
Joffrey Jaffeux
8e1308236a use path instead of folder 2015-03-28 21:19:20 +09:00
Joffrey Jaffeux
53ed994050 typo 2015-03-28 21:19:13 +09:00
Joffrey Jaffeux
bb13476e58 add support_libraries option for android Rakefile config 2015-03-28 21:19:06 +09:00
Mark Villacampa
1ba717c1b5 fix variable name 2015-03-28 21:12:45 +09:00
Mark Villacampa
f803d847c5 Merge pull request #195 from eitoball/fix-to-re-create-classes.dex-when-resource-files-are-updated
[Android] Fix to re-generate classes.dex when resource files are updated
2015-03-24 18:06:40 +01:00
Mark Villacampa
7898a3d8fa Use Dependency and ParallelBuilder for Android builds 2015-03-19 13:56:04 +09:00
Laurent Sansonetti
3d4efc754e switch to gnustl++, make sure to link it at the very end (after custom libs) 2015-03-19 13:53:38 +09:00
Laurent Sansonetti
96a248a52c run the custom init funcs within JNI frames 2015-03-19 13:53:29 +09:00
Laurent Sansonetti
c4713d5af4 add app.libs to Android config object (internal for now) 2015-03-19 13:53:21 +09:00
Laurent Sansonetti
877dc2aad5 add android support for app.custom_init_funcs 2015-03-19 13:53:12 +09:00
Eito Katagiri
cf78264d0d fix to re-create classes.dex when resource files are updated 2015-03-15 10:50:31 +09:00
Laurent Sansonetti
130fe418da compile each .rb file to a .o file instead of passing the .bc files to the linker (so that we don't compile .bc files that haven't changed) 2015-02-13 12:54:29 +09:00
Watson
d59031036d [Android][RM-794] clear RUBYOPT to fix build error 2015-02-13 12:54:15 +09:00
Laurent Sansonetti
d2491653e9 enable vm debug logs if app.vm_debug_logs is set to true 2015-02-05 07:43:07 +09:00
Mark Villacampa
769b9ae945 [RM-729] Introduce app.manifest, which makes it possible to directly
manipulate the contents of the AndroidManifest.xml from the Rakefile.
2015-01-26 10:32:03 +09:00
Mark Villacampa
636d649968 [Android] Fix bug where projects with XML files in the resources directory could not be compiled. Fixes RM-720 2015-01-26 10:31:36 +09:00
Tom Carey
6fec01b7f2 Fixes the extra-packages arg to work with multiple packages
As per `aapt -help` multiple packages need to be delimited with `:`
Previously only the last --extra-packages arg was being used.
2015-01-05 15:22:18 +13:00
Laurent Sansonetti
189919913b introduce :native parameter for app.vendor_project to include 3rd-party shared libraries 2014-12-30 11:09:22 +09:00
Watson
3d71437ff2 integrate android template 2014-12-12 08:19:53 +09:00