Commit fe27825c authored by Ying Wang's avatar Ying Wang Committed by android-build-merger
Browse files

Merge "Gmake doesn\'t like newline in macro expansion result."

am: c7d5e54d

* commit 'c7d5e54d':
  Gmake doesn't like newline in macro expansion result.
parents a4769d29 c7d5e54d
......@@ -1960,7 +1960,7 @@ endef
## Define a rule which generates .jar.toc and mark it as .KATI_RESTAT.
define define-jar-to-toc-rule
$(eval $(call _transform-jar-to-toc,$1))
$(eval $(call _transform-jar-to-toc,$1))\
$(eval .KATI_RESTAT: $1.toc)
endef
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment