summaryrefslogtreecommitdiff
path: root/build-prebuilts.sh
diff options
context:
space:
mode:
authorJaewoong Jung <jungjw@google.com>2019-02-20 15:10:39 -0800
committerJaewoong Jung <jungjw@google.com>2019-02-22 15:27:12 +0000
commit8f0c912baeec2bc7b15017a59ccacef748a6e7c1 (patch)
treede50ac13f52578c4fb7a17c855129eccd135d7c1 /build-prebuilts.sh
parent52eecb65ba4b004ada6c34b971db0f782e7a3237 (diff)
downloadbuild-tools-8f0c912baeec2bc7b15017a59ccacef748a6e7c1.tar.gz
Copy all html files under docs to DIST_DIR.
Now soong_docs build produces multiple HTML files, so we need to copy all of them, not only soong_build.html. Bug: 123473548 TesT: OUT_DIR=out DIST_DIR=dist prebuilts/build-tools/build-prebuilts.sh Change-Id: I60d9736c335d065e1711936d4b380702fc7d48b3
Diffstat (limited to 'build-prebuilts.sh')
-rwxr-xr-xbuild-prebuilts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-prebuilts.sh b/build-prebuilts.sh
index 6ee6ecb0..1758508a 100755
--- a/build-prebuilts.sh
+++ b/build-prebuilts.sh
@@ -189,7 +189,7 @@ if [ -n "${DIST_DIR}" ]; then
if [ -n ${build_soong} ]; then
cp ${SOONG_OUT}/dist/build-prebuilts.zip ${DIST_DIR}/
cp ${SOONG_OUT}/dist-common/build-common-prebuilts.zip ${DIST_DIR}/
- cp ${SOONG_OUT}/docs/soong_build.html ${DIST_DIR}/
+ cp ${SOONG_OUT}/docs/*.html ${DIST_DIR}/
fi
if [ -n ${build_go} ]; then
cp ${GO_OUT}/go.zip ${DIST_DIR}/