aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-rustdocs.sh
Commit message (Collapse)AuthorAgeFilesLines
* rust: doc: Zip up docs when doneMatthew Maurer2021-08-201-1/+1
| | | | | | | | | | | | | | Fetching artifacts from the build server doesn't go well with large numbers of files in nested directories. Produce an additional rustdoc.zip artifact to make this easier. This change also prevents ${DIST} from receiving the unpacked rustdoc site. This can be changed if b/188822051 is fixed. Bug: 162741284 Test: m rustdoc; check resulting zip contents manually Change-Id: I80b6a8fa6e274d2d8c3419d8734251afd4d7dba7
* Add script for building and archiving rustdocs.Dan Albert2021-05-141-0/+31
Test: OUT_DIR=out DIST_DIR=dist build/soong/scripts/build-rustdocs.sh Bug: http://b/162741284 Change-Id: Ie94318ed9cc99024a27d414bfecc083b2fa96b57