summaryrefslogtreecommitdiff
path: root/soong_ui.bash
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2022-03-24 17:27:41 -0700
committer Cole Faust <colefaust@google.com> 2022-03-29 14:55:17 -0700
commitd9932ad053beae4a6313f17b6ac6fcc606ec4f8b (patch)
tree5b73330aec9d79ae77081bc19e5696c03848038a /soong_ui.bash
parent4242115d59289791600d42fbc62eade3a1b40519 (diff)
Always build mk2rbc/rbcrun
Currently, mk2rbc/rbcrun aren't built in certain phases of the build, which causes the Starlark product configuration to fail when using get_build_var if a regular build hasn't been run before. Bug: 226677850 Test: Manually Change-Id: If85608eef63be25fddc4d916c82247c13eb0195f
Diffstat (limited to 'soong_ui.bash')
-rwxr-xr-xsoong_ui.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/soong_ui.bash b/soong_ui.bash
index c1c236b9d..49c4b78c4 100755
--- a/soong_ui.bash
+++ b/soong_ui.bash
@@ -53,6 +53,8 @@ export TOP=$(gettop)
source ${TOP}/build/soong/scripts/microfactory.bash
soong_build_go soong_ui android/soong/cmd/soong_ui
+soong_build_go mk2rbc android/soong/mk2rbc/cmd
+soong_build_go rbcrun rbcrun/cmd
cd ${TOP}
exec "$(getoutdir)/soong_ui" "$@"