aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-12-18 23:15:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-12-18 23:15:48 +0000
commit122d9f3e1dc4a6fccf9ba169c2a32b49a14568af (patch)
tree0cdc1045a4905db1283593099d5d7a43e3bf5354
parentd779da4bb3a80133a085c1f229efb66516903d7c (diff)
parent9301d8dfa1541887e1f35afde0b2cf4baa84ab25 (diff)
downloadbuild_soong-122d9f3e1dc4a6fccf9ba169c2a32b49a14568af.tar.gz
build_soong-122d9f3e1dc4a6fccf9ba169c2a32b49a14568af.tar.bz2
build_soong-122d9f3e1dc4a6fccf9ba169c2a32b49a14568af.zip
Merge "Execute the blueprint wrapper"
-rwxr-xr-xsoong.bash5
1 files changed, 2 insertions, 3 deletions
diff --git a/soong.bash b/soong.bash
index 782b0b76..d88ebbfc 100755
--- a/soong.bash
+++ b/soong.bash
@@ -20,9 +20,8 @@ source "${BOOTSTRAP}"
# $BOOTSTRAP are correct
cd ${SRCDIR_FROM_BUILDDIR}
-# Let Blueprint know that the Ninja we're using performs multiple passes that
-# can regenerate the build manifest.
-export BLUEPRINT_NINJA_HAS_MULTIPASS=1
+# Run the blueprint wrapper
+BUILDDIR="${BUILDDIR}" SKIP_NINJA=true build/blueprint/blueprint.bash
# Ninja can't depend on environment variables, so do a manual comparison
# of the relevant environment variables from the last build using the