Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c8f9101 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 069f1f89: Deference symlinks when copying LOCAL_PICKUP_FILES.

* commit '069f1f89':
  Deference symlinks when copying LOCAL_PICKUP_FILES.
parents 6dc2db20 069f1f89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 $@) *