diff options
| author | 2023-10-05 10:07:52 +0000 | |
|---|---|---|
| committer | 2023-10-05 10:07:52 +0000 | |
| commit | 8c49fc7cacc0e3da40483c7cfc90bcd078b09e09 (patch) | |
| tree | 1ea95b2e2245bcd5ee5593f70bd255fcb953bb9e | |
| parent | 3e582b817534a011c38783545640d2b189c45973 (diff) | |
Fix comment for Bp2buildDepsMutator config.
Test: presubmit
Change-Id: I5c7f1fc188eb37d3a457f9d4e2365d89ce2190e9
| -rw-r--r-- | android/config.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/android/config.go b/android/config.go index 622a672ca..524ff2f20 100644 --- a/android/config.go +++ b/android/config.go @@ -297,8 +297,7 @@ type config struct { // in tests when a path doesn't exist. TestAllowNonExistentPaths bool - // If testAllowNonExistentPaths is true then PathForSource and PathForModuleSrc won't error - // in tests when a path doesn't exist. + // If true, register the "bp2build_deps" mutator in the mutator pipeline. Bp2buildDepsMutator bool // The list of files that when changed, must invalidate soong_build to |