aboutsummaryrefslogtreecommitdiffstats
path: root/soong_ui.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 /soong_ui.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 'soong_ui.bash')
-rwxr-xr-xsoong_ui.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/soong_ui.bash b/soong_ui.bash
index 34c44a48..a39aa9c6 100755
--- a/soong_ui.bash
+++ b/soong_ui.bash
@@ -50,9 +50,9 @@ function gettop
# Save the current PWD for use in soong_ui
export ORIGINAL_PWD=${PWD}
export TOP=$(gettop)
-source ${TOP}/build/soong/cmd/microfactory/microfactory.bash
+source ${TOP}/build/soong/scripts/microfactory.bash
-build_go soong_ui android/soong/cmd/soong_ui
+soong_build_go soong_ui android/soong/cmd/soong_ui
cd ${TOP}
exec "$(getoutdir)/soong_ui" "$@"