add add-to-product-copy-files-if-exists for pdk
Change-Id: Ib35006824de81be31652bfff220bbe4e814869ce
This commit is contained in:
parent
82eb7082aa
commit
c41c5f4e46
|
@ -272,3 +272,7 @@ $(strip \
|
|||
$(eval $(error The following variables have been changed: $(changed_variables))),)
|
||||
)
|
||||
endef
|
||||
|
||||
define add-to-product-copy-files-if-exists
|
||||
$(if $(wildcard $(word 1,$(subst :, ,$(1)))),$(1))
|
||||
endef
|
||||
|
|
Loading…
Reference in New Issue