blob: fa37a6b34f3516ec41c88501eeaa6760e341c4d8 [file] [log] [blame]
Jeff Gaston8c4ff1d2019-09-24 14:49:51 -04001#!/bin/bash
2set -e
3
4SCRIPT_DIR="$(cd $(dirname $0) && pwd)"
5# TODO(b/141549086): move this mkdir logic and DIST_DIR logic into doAllTheBuild.py once this script (androidx.sh) is under presubmit testing
6if [ "$DIST_DIR" == "" ]; then
7 DIST_DIR="$SCRIPT_DIR/../../../out/dist"
8fi
9mkdir -p "$DIST_DIR"
10
11python "$SCRIPT_DIR/doAllTheBuild.py" DIST_DIR="$(cd $DIST_DIR && pwd)" --no-daemon