Searched refs:DIST_DIR (Results 1 – 10 of 10) 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}"
32 DIST_DIR="$2"52 if [ -z DIST_DIR ] || [ -z TARGET_PRODUCT ] ; then56 …ke-mode TARGET_PRODUCT=$TARGET_PRODUCT TARGET_BUILD_VARIANT=userdebug droid dist DIST_DIR=$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()
164 if [ -z "${DIST_DIR}" ]; then170 mkdir -p "${DIST_DIR}" || true171 cp "${SOONG_OUT}/dist/build-prebuilts.zip" "${DIST_DIR}/"
65 for folder in $(find "${DIST_DIR}/kernel" -type d -regex ".*/${folder_pattern}"); do73 if [[ -z "${DIST_DIR}" ]]; then
26 if [[ -z "${DIST_DIR}" ]]; then57 local dist_root="${DIST_DIR}/kernel/${kernel_version}"110 local dist_root="${DIST_DIR}/kernel/${kernel_version}"
21 pack_boot_for_certification ${DIST_DIR}
47 if [ -v DIST_DIR ]; then48 cp common.csv diff.csv allowlisted_diff.csv "${DIST_DIR}"
247 `$OUT_DIR/soong/.intermediates` or `$DIST_DIR/abidiffs`. Find out the