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

Commit 5bb1f49e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Export PRODUCT_COPY_FILES to Soong" into main

parents d9e5a2ea 1a88cffd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -426,6 +426,11 @@ $(call add_json_map, PartitionVarsForSoongMigrationOnlyDoNotUse)
  $(call add_json_list, ProductPackages, $(PRODUCT_PACKAGES))
  $(call add_json_list, ProductPackagesDebug, $(PRODUCT_PACKAGES_DEBUG))

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

$(call end_json_map)

$(call json_end)