xref: /aosp_15_r20/build/blueprint/tests/bootstrap.bash (revision 1fa6dee971e1612fa5cc0aa5ca2d35a22e2c34a3)
1#!/bin/bash
2
3export BOOTSTRAP="${BASH_SOURCE[0]}"
4export SRCDIR=".."
5export WRAPPER="../blueprint.bash"
6
7../bootstrap.bash "$@"
8