Delete zipalign.txt

This commit is contained in:
INF1NUM
2015-11-13 10:35:34 +03:00
parent f51ff7162b
commit 0cd112e7d0
-11
View File
@@ -1,11 +0,0 @@
Zip alignment utility
Copyright (C) 2009 The Android Open Source Project
Usage: zipalign [-f] [-v] [-z] <align> infile.zip outfile.zip
zipalign -c [-v] <align> infile.zip
<align>: alignment in bytes, e.g. '4' provides 32-bit alignment
-c: check alignment only (does not modify file)
-f: overwrite existing outfile.zip
-v: verbose output
-z: recompress using Zopfli