Skip to content

Commit 60db283

Browse files
committed
Try to pass tests.
1 parent c2533ae commit 60db283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def can_build(env, platform):
2-
return True
2+
return not platform == "android"
33

44

55
def configure(env):

0 commit comments

Comments
 (0)