Export BOARD_USES_RECOVERY_AS_BOOT to soong.

Test: pass
Bug: 147347110
Change-Id: I4ba4f626f02c42b1700a971326557abd23da8340
This commit is contained in:
Yifan Hong 2020-01-21 16:12:48 -08:00
parent 4b26ce076a
commit 9a190e25d0
1 changed files with 2 additions and 0 deletions

View File

@ -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))