Home
last modified time | relevance | path

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

/development/vndk/tools/
Dbuild_mixed97 readonly DIST_DIR="$3"
247 if [ -n "$DIST_DIR" ]; then
248 mkdir -p "$DIST_DIR" || true
252 "$DEVICE_DIR"/* "$DIST_DIR"
254 OUT_ARCHIVE="$DIST_DIR"/"$(basename $DEVICE_ARCHIVE)"
257 cp "$DEVICE_IMAGES_DIR"/android-info.txt "$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()