aboutsummaryrefslogtreecommitdiffstats
path: root/build_test.bash
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-07-18 19:39:34 -0700
committerDan Willemsen <dwillemsen@google.com>2017-07-24 15:29:14 -0700
commit91f9b547672ecb20a308d52df3a0c09d616cb1b9 (patch)
treebdf38ca0f3bd5fd626fa81211d0836e123dbee1b /build_test.bash
parent99cd671ac35897e9514c6ca687dfeeeecedb36d3 (diff)
downloadbuild_soong-91f9b547672ecb20a308d52df3a0c09d616cb1b9.tar.gz
build_soong-91f9b547672ecb20a308d52df3a0c09d616cb1b9.tar.bz2
build_soong-91f9b547672ecb20a308d52df3a0c09d616cb1b9.zip
Switch to blueprint's microfactory
Bug: 63720725 Test: m -j nothing Test: mkdir o; ../bootstrap.bash; ./soong Change-Id: Id1f8312678f36afd08b49f8511fec3e6e5ba8de2
Diffstat (limited to 'build_test.bash')
-rwxr-xr-xbuild_test.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_test.bash b/build_test.bash
index ab841cb0..065d7f63 100755
--- a/build_test.bash
+++ b/build_test.bash
@@ -28,7 +28,7 @@
export TRACE_BEGIN_SOONG=$(date +%s%N)
export TOP=$(cd $(dirname ${BASH_SOURCE[0]})/../..; PWD= /bin/pwd)
-source "${TOP}/build/soong/cmd/microfactory/microfactory.bash"
+source "${TOP}/build/soong/scripts/microfactory.bash"
case $(uname) in
Linux)
@@ -36,5 +36,5 @@ case $(uname) in
;;
esac
-build_go multiproduct_kati android/soong/cmd/multiproduct_kati
+soong_build_go multiproduct_kati android/soong/cmd/multiproduct_kati
exec "$(getoutdir)/multiproduct_kati" "$@"