Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Migrate to the Gradle build system | Tobias Brunner | 2015-11-12 | 1 | -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 19 | Tobias Brunner | 2015-07-28 | 1 | -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 MIPS | Tobias Brunner | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | android: Remove dependency on libvstr | Tobias Brunner | 2013-11-13 | 1 | -1/+0 |
| | |||||
* | android: Build native libraries also for x86 | Tobias Brunner | 2013-03-20 | 1 | -0/+3 |
Requires an updated build script for Vstr. |