We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2514c2 + d4db435 commit 387be3bCopy full SHA for 387be3b
build_library/build_image_util.sh
@@ -95,7 +95,7 @@ zip_update_tools() {
95
96
info "Generating update tools zip"
97
# Make sure some vars this script needs are exported
98
- local -x REPO_MANIFESTS_DIR SCRIPTS_DIR
+ local -x REPO_MANIFESTS_DIR=${REPO_MANIFESTS_DIR} SCRIPTS_DIR=${SCRIPTS_DIR}
99
"${BUILD_LIBRARY_DIR}/generate_au_zip.py" \
100
--arch "$(get_sdk_arch)" --output-dir "${BUILD_DIR}" --zip-name "${update_zip}"
101
}
0 commit comments