diff options
author | Dan Willemsen <dwillemsen@google.com> | 2015-12-10 12:38:23 -0800 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2015-12-10 16:23:10 -0800 |
commit | 9301d8dfa1541887e1f35afde0b2cf4baa84ab25 (patch) | |
tree | 0ceaed0c2623a737721b229c969049383216d89d /soong.bash | |
parent | 34cc69e4bf36cb65bb181b42ccb0f8c792a32cfb (diff) | |
download | build_soong-9301d8dfa1541887e1f35afde0b2cf4baa84ab25.tar.gz build_soong-9301d8dfa1541887e1f35afde0b2cf4baa84ab25.tar.bz2 build_soong-9301d8dfa1541887e1f35afde0b2cf4baa84ab25.zip |
Execute the blueprint wrapper
See https://github.com/google/blueprint/pull/86 for the blueprint change
and description.
Bug: 25448631
Change-Id: Ibadbfc8e2cf2592dcfd137156fc3681819078328
Diffstat (limited to 'soong.bash')
-rwxr-xr-x | soong.bash | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |