Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
[Android] Use a better action output definition for the javadoc target.
Browse files Browse the repository at this point in the history
index.html ends up being generated even if javadoc has failed with
errors. Consequently, even if javadoc fails it will not be run again
because index.html will have been generated and have an up-to-date
mtime.

Instead, indicate that the entire documentation directory is the
action's output to force javadoc to run again until it exits
successfully.
  • Loading branch information
Raphael Kubo da Costa committed Jan 11, 2016
1 parent 25362d8 commit b35a5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xwalk_core_library_android.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'>(xwalk_core_jar)',
],
'outputs': [
'<(docs)/index.html',
'<(docs)',
],
'action': [
'javadoc',
Expand Down

0 comments on commit b35a5fc

Please sign in to comment.