Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c508fc69 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Fix zipped resources" am: 46ff7618

am: 9c64c594

Change-Id: Ibd0e76e6596740a7e0300b68e5bc89bb51e11a77
parents 00b42e8c 9c64c594
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.