forked from openkylin/platform_build
am 069f1f89: Deference symlinks when copying LOCAL_PICKUP_FILES.
* commit '069f1f8942bf89817b064506495f6ab181548b55': Deference symlinks when copying LOCAL_PICKUP_FILES.
This commit is contained in:
commit
5c8f9101f6
|
@ -58,5 +58,5 @@ $(my_package_zip) : $(my_built_modules)
|
|||
$(call copy-tests-in-batch,$(wordlist 1001,1200,$(PRIVATE_COPY_PAIRS)))
|
||||
$(call copy-tests-in-batch,$(wordlist 1201,9999,$(PRIVATE_COPY_PAIRS)))
|
||||
$(hide) $(foreach f, $(PRIVATE_PICKUP_FILES),\
|
||||
cp -rf $(f) $(dir $@);)
|
||||
cp -rfL $(f) $(dir $@);)
|
||||
$(hide) cd $(dir $@) && zip -rq $(notdir $@) *
|
||||
|
|
Loading…
Reference in New Issue