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

Commit 86514e58 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 7f909229 01c18ba2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -357,6 +357,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))