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

Commit 9ce52c64 authored by Anton Hansson's avatar Anton Hansson Committed by android-build-merger
Browse files

Merge "Add substitution for product_services and odm." am: 72ba8ee1 am: 5712de6d

am: d3ae23fa

Change-Id: I47c84f9290faeb6bc7e2c3bcd5d547b29e8030f6
parents 624396ec d3ae23fa
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -922,7 +922,9 @@ endef
define resolve-product-relative-paths
  $(subst $(_vendor_path_placeholder),$(TARGET_COPY_OUT_VENDOR),\
    $(subst $(_product_path_placeholder),$(TARGET_COPY_OUT_PRODUCT),\
      $(foreach p,$(1),$(call append-path,$(PRODUCT_OUT),$(p)$(2)))))
      $(subst $(_product_services_path_placeholder),$(TARGET_COPY_OUT_PRODUCT_SERVICES),\
        $(subst $(_odm_path_placeholder),$(TARGET_COPY_OUT_ODM),\
          $(foreach p,$(1),$(call append-path,$(PRODUCT_OUT),$(p)$(2)))))))
endef

# Lists most of the files a particular product installs, including: