Merge "Update language to comply with Android's inclusive language guidance" am: 0fbbc904b8

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1374756

Change-Id: I0ea9dedda3386777f1503e54980b7e6150f86288
This commit is contained in:
Treehugger Robot
2020-07-29 08:27:27 +00:00
committed by Automerger Merge Worker

View File

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