diff options
Diffstat (limited to 'tools/aapt2/data/Makefile')
-rw-r--r-- | tools/aapt2/data/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/aapt2/data/Makefile b/tools/aapt2/data/Makefile index 5a2a1d1..6b5fafa 100644 --- a/tools/aapt2/data/Makefile +++ b/tools/aapt2/data/Makefile @@ -2,10 +2,8 @@ # Environment dependent variables ## -SHELL := /bin/bash AAPT := aapt2 -ZIP := zip -n .arsc:.png:AndroidManifest.xml -ZIPALIGN := zipalign 4 +ZIPALIGN := zipalign -f 4 FRAMEWORK := ../../../../../out/target/common/obj/APPS/framework-res_intermediates/package-export.apk ## |