commit | 08fac0c25f163133c72c647cdabadd58464fea05 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Wed Jul 29 01:08:20 2020 +0800 |
committer | Yo Chiang <yochiang@google.com> | Wed Jul 29 01:10:11 2020 +0800 |
tree | 7b118d9c7d6b5689bd94a52c73b6d2712865ffee | |
parent | 060dc0bea23f0cc17544bbef031b3fb785a67c51 [diff] [blame] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: TH Change-Id: I9bb7178518c3f9dec0fe0a6dbd8d1a8e19a6b495
diff --git a/cc/vndk.go b/cc/vndk.go index 15843c6..f9adec7 100644 --- a/cc/vndk.go +++ b/cc/vndk.go
@@ -340,7 +340,7 @@ } } -// 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