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

Commit 82b30426 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

am: fe27825c

* commit 'fe27825c':
  Gmake doesn't like newline in macro expansion result.
parents 2b661fe7 fe27825c
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