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

Commit d320cbc6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Dump BOARD_PARTIAL_OTA_UPDATE_PARTITIONS_LIST into misc_info.txt"

parents 696b0a26 5a65f69a
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -4246,6 +4246,9 @@ endif
ifeq ($(BOARD_EXCLUDE_KERNEL_FROM_RECOVERY_IMAGE),true)
ifeq ($(BOARD_EXCLUDE_KERNEL_FROM_RECOVERY_IMAGE),true)
	$(hide) echo "exclude_kernel_from_recovery_image=true" >> $@
	$(hide) echo "exclude_kernel_from_recovery_image=true" >> $@
endif
endif
ifneq ($(BOARD_PARTIAL_OTA_UPDATE_PARTITIONS_LIST),)
	$(hide) echo "partial_ota_update_partitions_list=$(BOARD_PARTIAL_OTA_UPDATE_PARTITIONS_LIST)" >> $@
endif


.PHONY: misc_info
.PHONY: misc_info
misc_info: $(INSTALLED_MISC_INFO_TARGET)
misc_info: $(INSTALLED_MISC_INFO_TARGET)