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

Commit 7386f15f authored by Jose "Pepe" Galmes's avatar Jose "Pepe" Galmes Committed by Automerger Merge Worker
Browse files

Merge "Support for dexopt postprocessing in merge_target_files." am: 81005b13

Original change: https://android-review.googlesource.com/c/platform/build/+/1774125

Change-Id: I6c76277c26f90ef38dfe6f6546a5afda36aad578
parents e4348ac7 81005b13
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4621,6 +4621,12 @@ endif
ifneq ($(BOARD_PARTIAL_OTA_UPDATE_PARTITIONS_LIST),)
	$(hide) echo "partial_ota_update_partitions_list=$(BOARD_PARTIAL_OTA_UPDATE_PARTITIONS_LIST)" >> $@
endif
ifeq ($(BUILDING_WITH_VSDK),true)
	$(hide) echo "building_with_vsdk=true" >> $@
endif
ifeq ($(TARGET_FLATTEN_APEX),false)
	$(hide) echo "target_flatten_apex=false" >> $@
endif

.PHONY: misc_info
misc_info: $(INSTALLED_MISC_INFO_TARGET)
+388 −30

File changed.

Preview size limit exceeded, changes collapsed.