Fix newline for dumpconfig
Test: build/make/ci/dump_product_config Change-Id: Ie4481513b58f589a00b092114135788b1c4c62cd
This commit is contained in:
@@ -56,7 +56,7 @@ BUILD_DATETIME_FILE := $(OUT_DIR)/build_date.txt
|
|||||||
|
|
||||||
# Escape quotation marks for CSV, and wraps in quotation marks.
|
# Escape quotation marks for CSV, and wraps in quotation marks.
|
||||||
define escape-for-csv
|
define escape-for-csv
|
||||||
"$(subst ","",$1)"
|
"$(subst ","",$(subst $(newline), ,$1))"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Args:
|
# Args:
|
||||||
|
Reference in New Issue
Block a user