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

This commit is contained in:
Treehugger Robot
2018-08-01 06:02:30 +00:00
committed by Gerrit Code Review

View File

@@ -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' > $@