am 36e4e050: Merge "add add-to-product-copy-files-if-exists for pdk" into jb-dev

* commit '36e4e050ff52956fc4afe60c156e81c2016304c4':
  add add-to-product-copy-files-if-exists for pdk
This commit is contained in:
Keun young Park
2012-05-30 16:13:43 -07:00
committed by Android Git Automerger

View File

@@ -272,3 +272,7 @@ $(strip \
$(eval $(error The following variables have been changed: $(changed_variables))),) $(eval $(error The following variables have been changed: $(changed_variables))),)
) )
endef endef
define add-to-product-copy-files-if-exists
$(if $(wildcard $(word 1,$(subst :, ,$(1)))),$(1))
endef