Merge remote-tracking branch 'alexis/android-platform'
authorJean Privat <jean@pryen.org>
Thu, 6 Mar 2014 18:04:13 +0000 (13:04 -0500)
committerJean Privat <jean@pryen.org>
Thu, 6 Mar 2014 18:04:13 +0000 (13:04 -0500)
commita31da02b211ebbb4a8e9cb4a61bb12d0b4aa0871
treea8bb764f0f3b40eb56f1d811828b7db863d551ff
parent98ee7946c38e4bb243ef7e525053cc86e6f747a7
parentc0bdf6c78daef4540cdda79e955b1420cc751df5
Merge remote-tracking branch 'alexis/android-platform'

Add support to compile for Android with nitg. When the "android" module
is imported, nitg will generate an APK instead of a binary,

The option --no-stacktrace must be used for Android. This is why we
expect the test to fail.

The generate applications are not usable (as of yet) since they are only
console

To do next:

* Solve the --no-stacktrace problem.
* Implement mnit for Android