Home
last modified time | relevance | path

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

/development/vndk/snapshot/
Dtest.sh44 DIST_DIR=${DIST_DIR:-}
45 if [[ -z "${DIST_DIR}" ]]; then
47 DIST_DIR="${ANDROID_BUILD_TOP}"/out/dist
49 DIST_DIR="${OUT_DIR}"/dist
196 local snapshot_zip="${DIST_DIR}"/android-vndk-"${TARGET_PRODUCT}".zip
Dupdate.py36 DIST_DIR = utils.get_dist_dir(utils.get_out_dir(ANDROID_BUILD_TOP)) variable
99 logger().info('Fetching local VNDK snapshot from {}'.format(DIST_DIR))
100 artifact_dir = DIST_DIR
209 elif not os.path.isdir(DIST_DIR):
212 format(DIST_DIR))
/development/vndk/tools/
Dbuild_mixed84 readonly DIST_DIR="$3"
184 if [ -n "$DIST_DIR" ]; then
185 mkdir -p "$DIST_DIR" || true
189 "$DEVICE_DIR"/* "$DIST_DIR"
191 OUT_ARCHIVE="$DIST_DIR"/"$(basename $DEVICE_ARCHIVE)"
/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()