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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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