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

Commit da055764 authored by Spandan Das's avatar Spandan Das
Browse files

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
parent a6beca55
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -430,6 +430,7 @@ $(call add_json_map, PartitionVarsForSoongMigrationOnlyDoNotUse)

  # 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),\