Searched refs:BUILDDIR (Results 1 - 5 of 5) sorted by relevance

/build/blueprint/
H A Dblueprint.bash12 # BUILDDIR
16 # this script into the $BUILDDIR, where it may be executed.
24 # BUILDDIR should be set to the path to store build results. By default,
27 [ -z "$BUILDDIR" ] && BUILDDIR=`dirname "${BASH_SOURCE[0]}"`
34 if [ ! -f "${BUILDDIR}/.blueprint.bootstrap" ]; then
44 source "${BUILDDIR}/.blueprint.bootstrap"
46 GEN_BOOTSTRAP_MANIFEST="${BUILDDIR}/.minibootstrap/build.ninja.in"
56 "${NINJA}" -w dupbuild=err -f "${BUILDDIR}/.minibootstrap/build.ninja"
59 "${NINJA}" -w dupbuild=err -f "${BUILDDIR}/
[all...]
H A Dbootstrap.bash15 # BUILDDIR
48 # BUILDDIR should be set to the path to store build results. By default, this
50 [ -z "$BUILDDIR" ] && BUILDDIR=.
97 b) BUILDDIR="$OPTARG";;
120 if [ -x $BUILDDIR/.bootstrap/bin/minibp ]; then
122 $BUILDDIR/.bootstrap/bin/minibp $EXTRA_ARGS -o $BOOTSTRAP_MANIFEST $SRCDIR/$TOPNAME
124 echo "Executable minibp not found at $BUILDDIR/.bootstrap/bin/minibp" >&2
129 mkdir -p $BUILDDIR/.minibootstrap
132 -e "s|@@BuildDir@@|$BUILDDIR|
[all...]
/build/soong/
H A Dbootstrap.bash7 if [[ ! -z "$BUILDDIR" ]]; then
8 echo "error: To use BUILDDIR, run from the source directory"
11 export BUILDDIR=$("${ORIG_SRCDIR}/build/soong/scripts/reverse_path.py" "$ORIG_SRCDIR")
14 if [[ -z "$BUILDDIR" ]]; then
41 mkdir -p $BUILDDIR
43 if [[ $(find $BUILDDIR -maxdepth 1 -name Android.bp) ]]; then
48 export SRCDIR_FROM_BUILDDIR=$(build/soong/scripts/reverse_path.py "$BUILDDIR")
50 sed -e "s|@@BuildDir@@|${BUILDDIR}|" \
53 "$SRCDIR/build/soong/soong.bootstrap.in" > $BUILDDIR/.soong.bootstrap
54 ln -sf "${SRCDIR_FROM_BUILDDIR}/build/soong/soong.bash" $BUILDDIR/soon
[all...]
H A Dsoong.bash26 ENVFILE="${BUILDDIR}/.soong.environment"
27 ENVTOOL="${BUILDDIR}/.bootstrap/bin/soong_env"
40 BUILDDIR="${BUILDDIR}" NINJA="prebuilts/build-tools/${PREBUILTOS}/bin/ninja" build/blueprint/blueprint.bash "$@"
/build/soong/scripts/
H A Dbuild-ndk-prebuilts.sh23 BUILDDIR=${SOONG_OUT} ./bootstrap.bash

Completed in 143 milliseconds