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

Commit 9e887296 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "Export BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT to Soong" am: a7a900e2 am: 438be712

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

Change-Id: Ib560fd4e9419571e4c4c94fc5b7c05bdd370d7bd
parents f1601cf0 438be712
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))