waflib: android: cleanup

This commit is contained in:
Alibek Omarov
2019-04-25 04:37:28 +03:00
parent 586a03d431
commit a56fe98dc5
2 changed files with 11 additions and 31 deletions

View File

@@ -17,5 +17,6 @@ def build(bld):
srcdir = 'src',
compat = '1.6',
name = 'xashdroid-src',
debug = bld.env.D8_DEBUG)
debug = bld.env.D8_DEBUG,
target_api = 19)
return