Export some board config vars to autogenerate vendor-build.prop
As part of the automatic vendor.img soong module generation, we will
also autogenerate a vendor-build-$PRODUCT.prop and
andorid-info-$BOARD.prop soong module. These will eventually be
checked-in.
The kati vendor.img will still use the kati built vendor build.prop
file.
Bug: 374371755
Test: diff in contents for aosp_cf_x86_64_phone https://paste.googleplex.com/5766413037076480
Summary
- timestamp change (expected)
- ro.hwui.use_vulkan changes from "" to false, but I think this is
functionally equivalent
Test: presubmits
Change-Id: I66dafadd286a5c6047dc99562ab32f72eda509ee
diff --git a/core/soong_config.mk b/core/soong_config.mk
index a5cbfc9..3c8a48a 100644
--- a/core/soong_config.mk
+++ b/core/soong_config.mk
@@ -352,6 +352,7 @@
$(call add_json_list, SystemExtPropFiles, $(TARGET_SYSTEM_EXT_PROP))
$(call add_json_list, ProductPropFiles, $(TARGET_PRODUCT_PROP))
$(call add_json_list, OdmPropFiles, $(TARGET_ODM_PROP))
+$(call add_json_list, VendorPropFiles, $(TARGET_VENDOR_PROP))
$(call add_json_str, ExtraAllowedDepsTxt, $(EXTRA_ALLOWED_DEPS_TXT))