Don't call android builders if not doing android build

This commit is contained in:
loonycyborg 2023-06-11 13:19:47 +03:00
parent 1cddf6b30c
commit 9a8651f83c
No known key found for this signature in database
GPG key ID: 6E8233FAB8F26D61

View file

@ -2,6 +2,9 @@
Import("*")
if not env.get("AAPT"):
Return()
resources = Glob("res/*/*")
compiled_resources = []
compiled = []