C#: Enable exporting for Android

This commit is contained in:
RedworkDE 2023-02-12 18:13:57 +01:00
parent 7c456d2d0d
commit f759cc00a3
2 changed files with 11 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Prior to .NET Core, we supported these: ["windows", "macos", "linuxbsd", "android", "haiku", "web", "ios"]
# Eventually support for each them should be added back (except Haiku if not supported by .NET Core)
supported_platforms = ["windows", "macos", "linuxbsd"]
supported_platforms = ["windows", "macos", "linuxbsd", "android"]
def can_build(env, platform):