Remove USE_BAZEL_ANALYSIS

Use --bazel-mode-dev instead.

Test: Treehugger
Bug: 244309479
Change-Id: I570d02651eea92375cd96efbeb8d986a9495e1ed
This commit is contained in:
Chris Parsons
2022-08-30 13:37:57 -04:00
parent cedd4117a8
commit 1bb58da17c
3 changed files with 4 additions and 19 deletions

View File

@@ -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
}