HomeSort by relevance Sort by last modified time
    Searched refs:BOOTSTRAP_MANIFEST (Results 1 - 4 of 4) sorted by null

  /build/blueprint/tests/
bootstrap.bash 5 export BOOTSTRAP_MANIFEST="src.build.ninja.in"
  /build/blueprint/
blueprint.bash 32 # BOOTSTRAP_MANIFEST
39 # Pick the newer of .bootstrap/bootstrap.ninja.in or $BOOTSTRAP_MANIFEST,
43 if [ "${GEN_BOOTSTRAP_MANIFEST}" -nt "${BOOTSTRAP_MANIFEST}" ]; then
44 BOOTSTRAP_MANIFEST="${GEN_BOOTSTRAP_MANIFEST}"
50 cp "${BOOTSTRAP_MANIFEST}" "${BUILDDIR}/.bootstrap/build.ninja.in"
bootstrap.bash 16 # BOOTSTRAP_MANIFEST
55 # BOOTSTRAP_MANIFEST is the path to the bootstrap Ninja file that is part of
58 [ -z "$BOOTSTRAP_MANIFEST" ] && BOOTSTRAP_MANIFEST="${SRCDIR}/build.ninja.in"
88 echo " -r: regenerate ${BOOTSTRAP_MANIFEST}"
93 IN="$BOOTSTRAP_MANIFEST"
121 echo "Regenerating $BOOTSTRAP_MANIFEST"
122 $BUILDDIR/.bootstrap/bin/minibp $EXTRA_ARGS -o $BOOTSTRAP_MANIFEST $SRCDIR/$TOPNAME
137 -e "s|@@BootstrapManifest@@|$BOOTSTRAP_MANIFEST|g" \
141 echo "BOOTSTRAP_MANIFEST=\"${BOOTSTRAP_MANIFEST}\"" >> $BUILDDIR/.blueprint.bootstra
    [all...]
  /build/soong/
bootstrap.bash 22 export BOOTSTRAP_MANIFEST="${SRCDIR}/build/soong/build.ninja.in"

Completed in 1128 milliseconds