Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-05 | fixup! Disable LTO on Android | Alexander Harkness | 1 | -1/+1 | |
2020-08-05 | Disable LTO on Android | Alexander Harkness | 1 | -0/+1 | |
Build breaks with it enabled | |||||
2020-05-10 | Android build cleanup (#4734) | Mat | 2 | -18/+5 | |
* Android build cleanup * Remove unnecessary workaround * Remove more unnecessities * Bump cmake version | |||||
2020-01-16 | Strip debug symbols from Android builds | Mat | 1 | -1/+1 | |
2020-01-03 | Bump Android API to min supported | Mat | 1 | -2/+2 | |
2020-01-02 | Clean up server folder for Android (#4448) | Mat | 1 | -2/+4 | |
2020-01-02 | Fix android builds (#4432) | Alexander Harkness | 3 | -26/+22 | |
* Terminate android build script early if any step fails * Remove deprecated android types * Use android NDK cmake support rather than cmake android NDK support as that support is better supported * Android uses GNU strerror_r? * Fix compilation * Rebase * Fix final issues * Drop submodule changes * Revert change * Parentheses * Lower api levels * Don't use GNU strerror_r for Android Co-authored-by: Mat <mail@mathias.is> | |||||
2016-12-18 | Added SHA checksums for android Jenkins build; Few improvements (#3484) | Cl1608Ho | 1 | -6/+12 | |
* Added SHA checksums for android Jenkins build; Few improvements * Fixes | |||||
2016-12-12 | Added Compile script for Leenucks | Cl1608Ho | 1 | -0/+100 | |
2016-12-12 | Documented steps for compilation | Tiger Wang | 2 | -9/+1 | |
As requested by @madmaxoft. | |||||
2016-12-12 | Use CMake's Android generators to crosscompile | Tiger Wang | 2 | -0/+37 | |