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

Commit a6beca55 authored by Spandan Das's avatar Spandan Das Committed by Gerrit Code Review
Browse files

Merge "Export PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS to soong" into main

parents 19aae52c bc00e060
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -428,6 +428,9 @@ $(call add_json_map, PartitionVarsForSoongMigrationOnlyDoNotUse)
  $(call add_json_list, ProductPackages, $(PRODUCT_PACKAGES))
  $(call add_json_list, ProductPackagesDebug, $(PRODUCT_PACKAGES_DEBUG))

  # Used to generate /vendor/linker.config.pb
  $(call add_json_list, VendorLinkerConfigSrcs, $(PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS))

  $(call add_json_map, ProductCopyFiles)
  $(foreach pair,$(PRODUCT_COPY_FILES),\
    $(call add_json_str,$(word 1,$(subst :, ,$(pair))),$(word 2,$(subst :, ,$(pair)))))