DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.73k stars 231 forks source link

Create an Android build #459

Open tophyr opened 1 week ago

tophyr commented 1 week ago

Pull Request Type

Description

Adds Android as a supported platform. Uses Gradle to perform the build overall.

Checklist

Lgt2x commented 1 week ago

Just a suggestion... You can add the __LINUX__ define for android platforms instead of adding it to every check

tophyr commented 1 week ago

Just a suggestion... You can add the __LINUX__ define for android platforms instead of adding it to every check

SDL specifically undefines __LINUX__ when ANDROID is defined, unfortunately.