diff options
| author | 2024-11-21 00:42:49 +0000 | |
|---|---|---|
| committer | 2024-11-21 00:42:49 +0000 | |
| commit | 3eea481e22ffb36a9cb1af658650f5c39ed8f86d (patch) | |
| tree | 5d30d011b8bdd1b5843e3cdf0952537de86cb3b4 | |
| parent | 38b8018b0683df2e71f9eed09982ee368b5e7576 (diff) | |
Export BOARD_INCLUDE_DTB_IN_BOOTIMG to Soong
Test: CI
Bug: 379945468
Change-Id: I7c066170243055df9f9eefc5ab337dadc3701883
| -rw-r--r-- | core/soong_config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/soong_config.mk b/core/soong_config.mk index c9c6e4a57d..bf6520661b 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk @@ -444,6 +444,7 @@ $(call add_json_map, PartitionVarsForSoongMigrationOnlyDoNotUse) $(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))) |