Don't use Zopfli

This commit is contained in:
topjohnwu 2020-01-29 17:36:19 +08:00
parent c38c473e11
commit 788db036fd
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ def build_apk(args, module):
zout.writestr(e, zin.read(e))
# Zipalign
execv([zipalign, '-fz', '4', source, target])
execv([zipalign, '-f', '4', source, target])
# Sign APK
execv([apksigner, 'sign', '--v1-signer-name', 'CERT',