Chromium Code Reviews
DescriptionRevert of Download doclava when building for Android and use to build cronet Javadocs (patchset #10 id:180001 of https://codereview.chromium.org/1557233003/ )
Reason for revert:
Passes once and then subsequent builds fail with "javadoc: error - Cannot find doclet class com.google.doclava.Doclava".
My guess is download_from_google_storage is somehow not extracting the next time, and some script is clearing the extracted directory but not the downloaded archive.
BUG=601800
Original issue's description:
> [Cronet] Use doclava to build Cronet Javadocs
>
> During "gclient runhooks", download doclava from Google Storage when building for Android.
> Switching to doclava allows using the @hide tag instead of
> the @deprecated tag which leads to build warnings.
> Doclava does not have a nodeprecated option so deprecated
> types are @hide'd.
>
> BUG=539519
>
> Committed: https://crrev.com/62bd31bc7e6d863e87e167e4a6701b64cf584a54
> Cr-Commit-Position: refs/heads/master@{#386077}
TBR=mikecase@chromium.org,agrieve@chromium.org,xunjieli@chromium.org,jbudorick@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=539519
Committed: https://crrev.com/8151567e903ccf8af49d97ee633f8126eb02d01f
Cr-Commit-Position: refs/heads/master@{#386088}
Patch Set 1 #Messages
Total messages: 6 (2 generated)
|