summaryrefslogtreecommitdiffstats
path: root/android (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Android builds (#4998)Tiger Wang2020-10-151-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.
* fixup! Disable LTO on AndroidAlexander Harkness2020-08-051-1/+1
|
* Disable LTO on AndroidAlexander Harkness2020-08-051-0/+1
| | | | Build breaks with it enabled
* Android build cleanup (#4734)Mat2020-05-102-18/+5
| | | | | | | | | * Android build cleanup * Remove unnecessary workaround * Remove more unnecessities * Bump cmake version
* Strip debug symbols from Android buildsMat2020-01-161-1/+1
|
* Bump Android API to min supportedMat2020-01-031-2/+2
|
* Clean up server folder for Android (#4448)Mat2020-01-021-2/+4
|
* Fix android builds (#4432)Alexander Harkness2020-01-023-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>
* Added SHA checksums for android Jenkins build; Few improvements (#3484)Cl1608Ho2016-12-181-6/+12
| | | | | | * Added SHA checksums for android Jenkins build; Few improvements * Fixes
* Added Compile script for LeenucksCl1608Ho2016-12-121-0/+100
|
* Documented steps for compilationTiger Wang2016-12-122-9/+1
| | | | As requested by @madmaxoft.
* Use CMake's Android generators to crosscompileTiger Wang2016-12-122-0/+37