Home
last modified time | relevance | path

Searched refs:DIST_DIR (Results 1 – 5 of 5) sorted by relevance

/development/gsi/
Dgsi-pubsign-release.sh36 Otherwise generate under environment variable DIST_DIR.
50 DIST_DIR="$4"
56 readonly DIST_DIR
58 if [[ -z "${DIST_DIR}" ]]; then
64 mkdir -p "${DIST_DIR}" || true
66 if [[ ! -d "${DIST_DIR}" ]]; then
78 --exclude='*.zip' "${SRC_DIR}/" "${DIST_DIR}"
90 cp --verbose --archive --dereference "${SRC_PATHNAME}" "${DIST_DIR}/${TARGET_FILENAME}"
/development/vndk/tools/
Dbuild_mixed98 readonly DIST_DIR="$3"
304 if [ -n "$DIST_DIR" ]; then
305 mkdir -p "$DIST_DIR" || true
309 "$DEVICE_DIR"/* "$DIST_DIR"
311 OUT_ARCHIVE="$DIST_DIR"/"$(basename $DEVICE_ARCHIVE)"
314 cp "$DEVICE_IMAGES_DIR"/android-info.txt "$DIST_DIR"/
/development/vndk/tools/header-checker/android/
Dbuild-prebuilts.sh124 if [ -n "${DIST_DIR}" ]; then
125 mkdir -p "${DIST_DIR}" || true
126 cp "${SOONG_OUT}/dist/build-prebuilts.zip" "${DIST_DIR}/"
/development/tools/checkcolor/
Dbuild.gradle11 * 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()
/development/vndk/tools/image-diff-tool/
Dcompare_images_and_print.sh47 if [ -v DIST_DIR ]; then
48 cp common.csv diff.csv whitelisted_diff.csv "${DIST_DIR}"