Searched refs:zipalign (Results 1 – 5 of 5) sorted by relevance
1 zipalign -- zip archive alignment tool3 usage: zipalign [-f] [-v] <align> infile.zip outfile.zip4 zipalign -c [-v] <align> infile.zip15 The purpose of zipalign is to ensure that all uncompressed data starts32 By default, zipalign will not overwrite an existing output file. With the
48 name: "zipalign",
25 if not args.zipalign:27 …ret = subprocess.run([args.zipalign, '-c', '-p', '4', args.apk], stdout=subprocess.DEVNULL).return…
261 zipalign = pctx.AndroidStaticRule("zipalign", var755 Rule: zipalign,
5636 zipalign \