summaryrefslogtreecommitdiffstats
path: root/android (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-15Fix Android builds (#4998)Tiger Wang1-4/+4
Construct paths relative to the Cuberite sources with PROJECT_SOURCE_DIR, instead of wherever the first CMakeLists.txt file happened to be with CMAKE_SOURCE_DIR. In Android's case, the latter was in a folder called android/ but that's not the root of the source tree, so any file path built off that root was wrong. This caused file-specific warnings exclusions to fail to apply.
2020-08-05fixup! Disable LTO on AndroidAlexander Harkness1-1/+1
2020-08-05Disable LTO on AndroidAlexander Harkness1-0/+1
Build breaks with it enabled
2020-05-10Android build cleanup (#4734)Mat2-18/+5
* Android build cleanup * Remove unnecessary workaround * Remove more unnecessities * Bump cmake version
2020-01-16Strip debug symbols from Android buildsMat1-1/+1
2020-01-03Bump Android API to min supportedMat1-2/+2
2020-01-02Clean up server folder for Android (#4448)Mat1-2/+4
2020-01-02Fix android builds (#4432)Alexander Harkness3-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-18Added SHA checksums for android Jenkins build; Few improvements (#3484)Cl1608Ho1-6/+12
* Added SHA checksums for android Jenkins build; Few improvements * Fixes
2016-12-12Added Compile script for LeenucksCl1608Ho1-0/+100
2016-12-12Documented steps for compilationTiger Wang2-9/+1
As requested by @madmaxoft.
2016-12-12Use CMake's Android generators to crosscompileTiger Wang2-0/+37