forked from organicmaps/organicmaps
Forgot to add comments
This commit is contained in:
parent
9f1e7ebf9d
commit
1f30f7f693
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# This script should replace original aapt tool,
|
||||
# which should be renamed to aapt2, see below:
|
||||
|
||||
# Main purpose is transparently disable compression
|
||||
# for given file types inside .zip (.apk) file
|
||||
|
||||
/Developer/android-sdk-mac_x86/platform-tools/aapt2 $@ -0 mwm -0 txt -0 bin -0 update -0 skn -0 slf -0 html -0 png -0 ttf
|
||||
|
|
Loading…
Add table
Reference in a new issue