At least this makes Godot compile for Android until there is a better solution.
@@ -1,6 +1,6 @@
def can_build(platform):
- return True
+ return platform != "android"
def configure(env):