forked from openkylin/platform_build
am dd8fe390: am 36e4e050: Merge "add add-to-product-copy-files-if-exists for pdk" into jb-dev
* commit 'dd8fe390ae9244398b41d23adfb42dbaa9804599': add add-to-product-copy-files-if-exists for pdk
This commit is contained in:
commit
ca7d27212e
|
@ -273,3 +273,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