Merge "Export BOARD_INCLUDE_DTB_IN_BOOTIMG to Soong" into main
diff --git a/core/soong_config.mk b/core/soong_config.mk
index 159999b..081aa20 100644
--- a/core/soong_config.mk
+++ b/core/soong_config.mk
@@ -444,6 +444,7 @@
$(call add_json_str, BootSecurityPatch, $(BOOT_SECURITY_PATCH))
$(call add_json_str, InitBootSecurityPatch, $(INIT_BOOT_SECURITY_PATCH))
$(call add_json_str, VendorSecurityPatch, $(VENDOR_SECURITY_PATCH))
+ $(call add_json_bool, BoardIncludeDtbInBootimg, $(BOARD_INCLUDE_DTB_IN_BOOTIMG))
# Avb (android verified boot) stuff
$(call add_json_bool, BoardAvbEnable, $(filter true,$(BOARD_AVB_ENABLE)))