Merge: Use a subfolder `android` for Android related files like `res` and `libs`
authorJean Privat <jean@pryen.org>
Thu, 18 Feb 2016 06:23:03 +0000 (01:23 -0500)
committerJean Privat <jean@pryen.org>
Thu, 18 Feb 2016 06:23:03 +0000 (01:23 -0500)
commitf66481c8b2349421b8acc5dcc9dbc0c276424c78
tree0105b74aa2144fc5106a4f0508184b8ea2ed21c7
parent161f819e03650a502d6c076fda2ff1c68c3f7b28
parent5ba692bf36a4ce48451c3ada5b7dbeccc1a8f7ff
Merge: Use a subfolder `android` for Android related files like `res` and `libs`

Move Android specific files of each projects to a subfolder `android`. This includes the `res` folder with custom resources and icons, as well as the `libs` folder storing Android libraries (jar files). It is a followup to the iOS support where platform specific icons are stored in the subfolder `ios`.

Also remove the quiet option (`-q`) from the call to ant, because it often hid error messages. Besides, the call to ndk-build is already very verbose, so a longer output from ant is not that bad. In the future, for a cleaner output, we could try to replace ant with gradle.

Pull-Request: #1952
Reviewed-by: Jean Privat <jean@pryen.org>