summaryrefslogtreecommitdiff
path: root/android/bazel.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/bazel.go')
-rw-r--r--android/bazel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/bazel.go b/android/bazel.go
index 27ec92bd1..eb6aca4e9 100644
--- a/android/bazel.go
+++ b/android/bazel.go
@@ -75,7 +75,7 @@ type bazelModuleProperties struct {
// Properties contains common module properties for Bazel migration purposes.
type properties struct {
- // In USE_BAZEL_ANALYSIS=1 mode, this represents the Bazel target replacing
+ // In "Bazel mixed build" mode, this represents the Bazel target replacing
// this Soong module.
Bazel_module bazelModuleProperties
}