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

Commit 989ba9d5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Change the content of lsdump_paths.txt to newline-separated paths"

parents ca52cd4b ac0d49fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3693,4 +3693,4 @@ endif
# Find lsdump paths
FIND_LSDUMPS_FILE := $(PRODUCT_OUT)/lsdump_paths.txt
$(FIND_LSDUMPS_FILE) : $(LSDUMP_PATHS)
	$(hide) rm -rf $@ && echo "$^" > $@
	$(hide) rm -rf $@ && echo "$^" | sed -e 's/ /\n/g' > $@