Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
build
Commits
fe27825c
Commit
fe27825c
authored
9 years ago
by
Ying Wang
Committed by
android-build-merger
9 years ago
Browse files
Options
Download
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/definitions.mk
core/definitions.mk
+1
-1
No files found.
core/definitions.mk
View file @
fe27825c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment