summaryrefslogtreecommitdiff
path: root/android/bazel_handler.go
diff options
context:
space:
mode:
author Lukács T. Berki <lberki@google.com> 2021-03-17 12:54:18 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-03-17 12:54:18 +0000
commit059972c214ddf757643303c13d84d4490ce23880 (patch)
tree56376c1c3f1ec363a68f8c36612a8475c80039d6 /android/bazel_handler.go
parent797b03eec953cd942f4632e1ca4a6934e71fb581 (diff)
parentd1e3f1ff080a23cdd99653d2509a581e983dc3d3 (diff)
Merge "Embed minibp into soong_ui."
Diffstat (limited to 'android/bazel_handler.go')
-rw-r--r--android/bazel_handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/bazel_handler.go b/android/bazel_handler.go
index bbec389e9..0595d68a1 100644
--- a/android/bazel_handler.go
+++ b/android/bazel_handler.go
@@ -717,7 +717,7 @@ func (c *bazelSingleton) GenerateBuildActions(ctx SingletonContext) {
// Add ninja file dependencies for files which all bazel invocations require.
bazelBuildList := absolutePath(filepath.Join(
- filepath.Dir(bootstrap.ModuleListFile), "bazel.list"))
+ filepath.Dir(bootstrap.CmdlineModuleListFile()), "bazel.list"))
ctx.AddNinjaFileDeps(bazelBuildList)
data, err := ioutil.ReadFile(bazelBuildList)