resolve merge conflicts of 505f1ea
to nyc-dev-plus-aosp
Change-Id: I023ace4df452371eea1b0b004d8817e6fe90585e
This commit is contained in:
commit
4ed2ff913b
|
@ -420,7 +420,7 @@ endef
|
|||
|
||||
define find-subdir-assets
|
||||
$(sort $(if $(1),$(patsubst ./%,%, \
|
||||
$(shell if [ -d $(1) ] ; then cd $(1) ; find -L ./ -not -name '.*' -and -type f -and -not -type l ; fi)), \
|
||||
$(shell if [ -d $(1) ] ; then cd $(1) ; find -L ./ -not -name '.*' -and -type f ; fi)), \
|
||||
$(warning Empty argument supplied to find-subdir-assets) \
|
||||
))
|
||||
endef
|
||||
|
|
Loading…
Reference in New Issue