Searched refs:DIST_DIR (Results 1 – 5 of 5) sorted by relevance
36 Otherwise generate under environment variable DIST_DIR.50 DIST_DIR="$4"56 readonly DIST_DIR58 if [[ -z "${DIST_DIR}" ]]; then64 mkdir -p "${DIST_DIR}" || true66 if [[ ! -d "${DIST_DIR}" ]]; then78 --exclude='*.zip' "${SRC_DIR}/" "${DIST_DIR}"90 cp --verbose --archive --dereference "${SRC_PATHNAME}" "${DIST_DIR}/${TARGET_FILENAME}"
123 if [ -n "${DIST_DIR}" ]; then124 mkdir -p "${DIST_DIR}" || true125 cp "${SOONG_OUT}/dist/build-prebuilts.zip" "${DIST_DIR}/"
103 readonly DIST_DIR="$3"314 if [ -n "$DIST_DIR" ]; then315 mkdir -p "$DIST_DIR" || true319 "$DEVICE_DIR"/* "$DIST_DIR"321 OUT_ARCHIVE="$DIST_DIR"/"$(basename $DEVICE_ARCHIVE)"324 cp "$DEVICE_IMAGES_DIR"/android-info.txt "$DIST_DIR"/
11 * The DIST_DIR is where you want to save things from the build.13 * The build server will copy the contents of DIST_DIR to somewhere and make it available.15 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) {17 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()
47 if [ -v DIST_DIR ]; then48 cp common.csv diff.csv allowlisted_diff.csv "${DIST_DIR}"