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

Commit b08b362c authored by Wei Li's avatar Wei Li Committed by Automerger Merge Worker
Browse files

Merge "Remove unused macro "declare-0p-copy-files"" into main am: 59ae328d am: b5e6facb

parents 57e672b2 b5e6facb
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -835,18 +835,6 @@ $(strip \
)
endef

###########################################################
## Declare that non-module targets copied from project $(1) and
## optionally ending in $(2) are non-copyrightable files.
##
## e.g. an information-only file merely listing other files.
###########################################################
define declare-0p-copy-files
$(strip \
  $(foreach _pair,$(filter $(1)%$(2),$(PRODUCT_COPY_FILES)),$(eval $(call declare-0p-target,$(PRODUCT_OUT)/$(call word-colon,2,$(_pair))))) \
)
endef

###########################################################
## Declare non-module target $(1) to have a first-party license
## (Android Apache 2.0)