Added ant compile

This commit is contained in:
renaud gaudin 2013-04-04 19:49:52 +02:00
parent d988ab802c
commit 32b74dc9a5

View File

@ -18,6 +18,7 @@ COMPILE_LIBLZMA = True
COMPILE_LIBZIM = True
COMPILE_LIBKIWIX = True
STRIP_LIBKIWIX = True
COMPILE_APK = False
# store the OS's environment PATH as we'll mess with it
# ORIGINAL_ENVIRON_PATH = os.environ.get('PATH')
@ -319,3 +320,7 @@ for arch in ARCHS:
os.chdir(curdir)
change_env(ORIGINAL_ENVIRON)
if COMPILE_APK:
syscall('ant debug')
syscall('ls -lh bin/*.apk', shell=True)