am 069f1f89: Deference symlinks when copying LOCAL_PICKUP_FILES.

* commit '069f1f8942bf89817b064506495f6ab181548b55':
  Deference symlinks when copying LOCAL_PICKUP_FILES.
This commit is contained in:
Ying Wang 2015-05-01 03:06:27 +00:00 committed by Android Git Automerger
commit 5c8f9101f6
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@) *