summaryrefslogtreecommitdiff
path: root/scripts/microfactory.bash
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/microfactory.bash')
-rw-r--r--scripts/microfactory.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/microfactory.bash b/scripts/microfactory.bash
index 5e702e0bf..192b38f23 100644
--- a/scripts/microfactory.bash
+++ b/scripts/microfactory.bash
@@ -59,7 +59,7 @@ function soong_build_go
BUILDDIR=$(getoutdir) \
SRCDIR=${TOP} \
BLUEPRINTDIR=${TOP}/build/blueprint \
- EXTRA_ARGS="-pkg-path android/soong=${TOP}/build/soong -pkg-path google.golang.org/protobuf=${TOP}/external/golang-protobuf" \
+ EXTRA_ARGS="-pkg-path android/soong=${TOP}/build/soong -pkg-path rbcrun=${TOP}/build/make/tools/rbcrun -pkg-path google.golang.org/protobuf=${TOP}/external/golang-protobuf -pkg-path go.starlark.net=${TOP}/external/starlark-go" \
build_go $@
}