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

Commit 1a88cffd authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Export PRODUCT_COPY_FILES to Soong

PRODUCT_COPY_FILES entries are used to auto generate the prebuilt_*
modules in filesystem_creator.

Test: m nothing
Bug: 375053752
Change-Id: I7ed49645d9ab11f6b57f257b5741a855ac86c688
parent d9e5a2ea
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)