diff options
| author | 2020-07-29 08:10:52 +0000 | |
|---|---|---|
| committer | 2020-07-29 08:10:52 +0000 | |
| commit | 0fbbc904b897c0c10f17ca2861fb1ece133471c0 (patch) | |
| tree | 89a3f1d14eee4b041eb0f4d7f8b26fba6f8ad4e0 | |
| parent | 5fd4f5d47076b728a17a4f0ac5ef543a923be145 (diff) | |
| parent | 08fac0c25f163133c72c647cdabadd58464fea05 (diff) | |
Merge "Update language to comply with Android's inclusive language guidance"
| -rw-r--r-- | cc/vndk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/vndk.go b/cc/vndk.go index 15843c6c6..f9adec73a 100644 --- a/cc/vndk.go +++ b/cc/vndk.go @@ -340,7 +340,7 @@ func processVndkLibrary(mctx android.BottomUpMutatorContext, m *Module) { } } -// Sanity check for modules that mustn't be VNDK +// Check for modules that mustn't be VNDK func shouldSkipVndkMutator(m *Module) bool { if !m.Enabled() { return true |