Merge "Revert "Export variable to soong for converting vintf_compatibil..."" into main

This commit is contained in:
Pindar Yang
2024-08-27 03:25:23 +00:00
committed by Gerrit Code Review

View File

@@ -356,11 +356,6 @@ _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))