aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/jni/Application.mk
Commit message (Collapse)AuthorAgeFilesLines
* android: Migrate to the Gradle build systemTobias Brunner2015-11-121-3/+0
| | | | | This uses a manual way to trigger the NDK build (the default with on-the-fly Android.mk files does not work for us).
* android: Keep NDK API level at 19Tobias Brunner2015-07-281-0/+1
| | | | | | The headers/libraries changed a lot with level 21 so that our app won't run on devices with Android < 5 when built against it. We currently don't need any new native APIs so that should be fine.
* android: Build binaries for MIPSTobias Brunner2014-11-061-1/+1
|
* android: Remove dependency on libvstrTobias Brunner2013-11-131-1/+0
|
* android: Build native libraries also for x86Tobias Brunner2013-03-201-0/+3
Requires an updated build script for Vstr.