Searched refs:DIST_DIR (Results 1 – 2 of 2) sorted by relevance
97 readonly DIST_DIR="$3"247 if [ -n "$DIST_DIR" ]; then248 mkdir -p "$DIST_DIR" || true252 "$DEVICE_DIR"/* "$DIST_DIR"254 OUT_ARCHIVE="$DIST_DIR"/"$(basename $DEVICE_ARCHIVE)"257 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()