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

Commit 81005b13 authored by Jose "Pepe" Galmes's avatar Jose "Pepe" Galmes Committed by Gerrit Code Review
Browse files

Merge "Support for dexopt postprocessing in merge_target_files."

parents 94bd6d7d 9c8f6eb7
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.