Searched refs:DIST_DIR (Results 1 – 4 of 4) sorted by relevance
44 DIST_DIR=${DIST_DIR:-}45 if [[ -z "${DIST_DIR}" ]]; then47 DIST_DIR="${ANDROID_BUILD_TOP}"/out/dist49 DIST_DIR="${OUT_DIR}"/dist196 local snapshot_zip="${DIST_DIR}"/android-vndk-"${TARGET_PRODUCT}".zip
36 DIST_DIR = utils.get_dist_dir(utils.get_out_dir(ANDROID_BUILD_TOP)) variable99 logger().info('Fetching local VNDK snapshot from {}'.format(DIST_DIR))100 artifact_dir = DIST_DIR209 elif not os.path.isdir(DIST_DIR):212 format(DIST_DIR))
84 readonly DIST_DIR="$3"184 if [ -n "$DIST_DIR" ]; then185 mkdir -p "$DIST_DIR" || true189 "$DEVICE_DIR"/* "$DIST_DIR"191 OUT_ARCHIVE="$DIST_DIR"/"$(basename $DEVICE_ARCHIVE)"
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()