mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 14:52:13 -04:00
Added ant compile
This commit is contained in:
parent
d988ab802c
commit
32b74dc9a5
@ -18,6 +18,7 @@ COMPILE_LIBLZMA = True
|
|||||||
COMPILE_LIBZIM = True
|
COMPILE_LIBZIM = True
|
||||||
COMPILE_LIBKIWIX = True
|
COMPILE_LIBKIWIX = True
|
||||||
STRIP_LIBKIWIX = True
|
STRIP_LIBKIWIX = True
|
||||||
|
COMPILE_APK = False
|
||||||
|
|
||||||
# store the OS's environment PATH as we'll mess with it
|
# store the OS's environment PATH as we'll mess with it
|
||||||
# ORIGINAL_ENVIRON_PATH = os.environ.get('PATH')
|
# ORIGINAL_ENVIRON_PATH = os.environ.get('PATH')
|
||||||
@ -319,3 +320,7 @@ for arch in ARCHS:
|
|||||||
|
|
||||||
os.chdir(curdir)
|
os.chdir(curdir)
|
||||||
change_env(ORIGINAL_ENVIRON)
|
change_env(ORIGINAL_ENVIRON)
|
||||||
|
|
||||||
|
if COMPILE_APK:
|
||||||
|
syscall('ant debug')
|
||||||
|
syscall('ls -lh bin/*.apk', shell=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user