android: sign debug builds with debug key

This commit is contained in:
Alibek Omarov
2019-09-27 05:33:12 +03:00
parent 949c9e278b
commit 8d9d9fd682
2 changed files with 11 additions and 6 deletions

View File

@@ -17,8 +17,9 @@ def build(bld):
bld(features = 'android javac',
srcdir = 'src',
compat = '1.6',
name = 'xashdroid-src',
name = 'xashdroid',
jni = 'lib',
keystore = bld.path.parent.find_node('debug.keystore'),
debug = bld.env.D8_DEBUG,
target_api = 19)
return