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

Commit 21f97e27 authored by Yifan Hong's avatar Yifan Hong
Browse files

Export BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT to Soong

Test: pass
Bug: 156098440
Change-Id: I84f26f7f12c53c0cc120c8122e75f68571794ac7
parent 9873891b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -220,6 +220,8 @@ $(call add_json_bool, BoardUsesRecoveryAsBoot, $(BOARD_USES_RECOVERY_AS_BOOT))
$(call add_json_list, BoardKernelBinaries, $(BOARD_KERNEL_BINARIES))
$(call add_json_list, BoardKernelModuleInterfaceVersions, $(BOARD_KERNEL_MODULE_INTERFACE_VERSIONS))

$(call add_json_bool, BoardMoveRecoveryResourcesToVendorBoot, $(BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT))

$(call json_end)

$(file >$(SOONG_VARIABLES).tmp,$(json_contents))