platform_build_blueprint/tests/bootstrap.bash
Dan Willemsen 1e72321e58 Use microfactory to build the bootstrap minibp
This duplicates building common blueprint go packages between minibp and
the primary builder, but drastically simplifies the first stage,
removing the need to check in a generated build.ninja.in.

Change-Id: I639a9637f1ed36d4210823ef276c0f7a064a83bd
2017-07-24 14:02:51 -07:00

7 lines
128 B
Bash
Executable file

#!/bin/bash
export BOOTSTRAP="${BASH_SOURCE[0]}"
export SRCDIR=".."
export WRAPPER="../blueprint.bash"
../bootstrap.bash "$@"