Merge "Export variable to soong for converting vintf_compatibility_matrix" into main am: 00378b193d am: 4444476447

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

Change-Id: Ib7d36d30b17663372271d81b73bfe8bd28681f88
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2024-08-15 09:55:31 +00:00
committed by Automerger Merge Worker

View File

@@ -355,6 +355,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))