aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.bash
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-06-10 16:59:11 -0700
committerDan Willemsen <dwillemsen@google.com>2015-06-10 18:07:39 -0700
commit98c93e9fbfa32735e40e2f6b28fce926d5c30e66 (patch)
treef20b2a1bbfd5ad41c2eb4da380a3fc7e49d7e7e2 /bootstrap.bash
parent3828490eef079c1d51d9565799b8c8b68ce7899d (diff)
downloadbuild_soong-98c93e9fbfa32735e40e2f6b28fce926d5c30e66.tar.gz
build_soong-98c93e9fbfa32735e40e2f6b28fce926d5c30e66.tar.bz2
build_soong-98c93e9fbfa32735e40e2f6b28fce926d5c30e66.zip
Fix bootstrap.bash -r with Android.bp
Change-Id: I8182e57105b1c17254e082f6b72d2504befb7870
Diffstat (limited to 'bootstrap.bash')
-rwxr-xr-xbootstrap.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.bash b/bootstrap.bash
index 551ba72e..e9a64367 100755
--- a/bootstrap.bash
+++ b/bootstrap.bash
@@ -2,6 +2,7 @@
export BOOTSTRAP="${BASH_SOURCE[0]}"
export SRCDIR=$(dirname "${BASH_SOURCE[0]}")
+export TOPNAME="Android.bp"
export BOOTSTRAP_MANIFEST="${SRCDIR}/build/soong/build.ninja.in"
case $(uname) in