Makefile.am: build Android APK package without Ant

In current Android SDK releases, Ant support was removed. Move the
necessary build steps from the former Ant build system to our Makefile,
and call the required build tools from the Android SDK (aapt and dx),
Java SDK (javac) and Info-ZIP (zip) directly.

[mk: copied from Felix's commit
e52b906dba971a1173f9e8f83d32b52ee9f89af3 in the XCSoar project)
This commit is contained in:
Felix Hädicke
2017-07-20 01:05:59 +02:00
committed by Max Kellermann
parent 85d0bbd957
commit fbdb8b406e
2 changed files with 47 additions and 24 deletions

2
NEWS
View File

@@ -4,6 +4,8 @@ ver 0.20.15 (not yet released)
* state file
- make mount point restore errors non-fatal
- fix crash when restoring mounts with incompatible database plugin
* Android
- build without Ant
ver 0.20.14 (2018/01/01)
* database