Merge "Fix zipped resources"

am: 46ff7618b0

Change-Id: Ic8ceb327268e149801895b84865dec8fd7056124
This commit is contained in:
Colin Cross
2018-05-10 13:12:30 -07:00
committed by android-build-merger

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.