Export PRODUCT_PRODUCT_LINKER_CONFIG_FRAGMENTS to soong
This will be used to create linker.config.pb file in the autogenerated
product `android_filesystem`.
Test: verified that linker.config.pb is present in the autogenerated
soong product.img filelist
Bug: 376515221
Change-Id: I7f7404aac6533e797b0c46a80bddbd9ce9f0b6ae
diff --git a/core/soong_config.mk b/core/soong_config.mk
index ac49aee..988b5c1 100644
--- a/core/soong_config.mk
+++ b/core/soong_config.mk
@@ -430,6 +430,7 @@
# Used to generate /vendor/linker.config.pb
$(call add_json_list, VendorLinkerConfigSrcs, $(PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS))
+ $(call add_json_list, ProductLinkerConfigSrcs, $(PRODUCT_PRODUCT_LINKER_CONFIG_FRAGMENTS))
$(call add_json_map, ProductCopyFiles)
$(foreach pair,$(PRODUCT_COPY_FILES),\