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

Commit 069f1f89 authored by Ying Wang's avatar Ying Wang
Browse files

Deference symlinks when copying LOCAL_PICKUP_FILES.

Change-Id: I2399529ee9168bb93a4cad5daa61cd2ea500df04
parent ffe376b4
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 $@) *