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

Commit 9a190e25 authored by Yifan Hong's avatar Yifan Hong
Browse files

Export BOARD_USES_RECOVERY_AS_BOOT to soong.

Test: pass
Bug: 147347110
Change-Id: I4ba4f626f02c42b1700a971326557abd23da8340
parent 4b26ce07
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -203,6 +203,8 @@ $(call add_json_bool, EnforceProductPartitionInterface, $(PRODUCT_ENFORCE_PRODU

$(call add_json_bool, InstallExtraFlattenedApexes, $(PRODUCT_INSTALL_EXTRA_FLATTENED_APEXES))

$(call add_json_bool, BoardUsesRecoveryAsBoot, $(BOARD_USES_RECOVERY_AS_BOOT))

$(call json_end)

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