Don't call android builders if not doing android build
This commit is contained in:
parent
1cddf6b30c
commit
9a8651f83c
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
Import("*")
|
||||
|
||||
if not env.get("AAPT"):
|
||||
Return()
|
||||
|
||||
resources = Glob("res/*/*")
|
||||
compiled_resources = []
|
||||
compiled = []
|
||||
|
|
Loading…
Add table
Reference in a new issue