Merge "Fix zipped resources"

This commit is contained in:
Colin Cross 2018-05-10 20:04:25 +00:00 committed by Gerrit Code Review
commit 46ff7618b0
1 changed files with 1 additions and 1 deletions

View File

@ -2092,7 +2092,7 @@ endef
define aapt2-compile-resource-zips
@mkdir -p $(dir $@)
$(ZIPSYNC) -d $@.contents -l $@.list $(PRIVATE_SOURCE_RES_ZIPS)
$(hide) $(AAPT2) compile -o $@ --dir $@.tmp $(PRIVATE_AAPT2_CFLAGS) --legacy
$(hide) $(AAPT2) compile -o $@ --dir $@.contents $(PRIVATE_AAPT2_CFLAGS) --legacy
endef
# Set up rule to compile one resource file with aapt2.