Commit 788db036 authored by topjohnwu's avatar topjohnwu

Don't use Zopfli

parent c38c473e
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment