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

Commit ac0d49fe authored by Yi-yo Chiang's avatar Yi-yo Chiang Committed by Logan Chien
Browse files

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

This commit changes the delimiters from space characters to newline
characters so that lsdump_paths.txt can be easily read and parsed by
human.

Bug: 111814844
Test: m vndk findlsdumps -j18
Change-Id: I5c50934a0f035244cff71351d9f4be4203222590
parent f2bea1b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3641,4 +3641,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' > $@