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

Commit c0db374b authored by yangbill's avatar yangbill
Browse files

Export variable to soong for converting vintf_compatibility_matrix

Bug: 352234038
Bug: 344445679

Test: m
Change-Id: Idf1002d8238f4657ce8787077be5dfcc6d57013e
parent f297060a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -353,6 +353,11 @@ _config_enable_uffd_gc := \
$(call add_json_str, EnableUffdGc, $(_config_enable_uffd_gc))
_config_enable_uffd_gc :=

$(call add_json_list, DeviceFrameworkCompatibilityMatrixFile, $(DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE))
$(call add_json_list, DeviceProductCompatibilityMatrixFile, $(DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE))
$(call add_json_list, BoardAvbSystemAddHashtreeFooterArgs, $(BOARD_AVB_SYSTEM_ADD_HASHTREE_FOOTER_ARGS))
$(call add_json_bool, BoardAvbEnable, $(filter true,$(BOARD_AVB_ENABLE)))

$(call json_end)

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