diff options
Diffstat (limited to 'build-prebuilts.sh')
-rwxr-xr-x | build-prebuilts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-prebuilts.sh b/build-prebuilts.sh index 6ee6ecb..1758508 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}/ |