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

Commit ca66daa5 authored by Yi-yo Chiang's avatar Yi-yo Chiang Committed by android-build-merger
Browse files

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

am: 989ba9d5

Change-Id: Idd704ca4e61f2a885ec503de9270c6f406daec8d
parents 9fd9183e 989ba9d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3694,4 +3694,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' > $@