summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cc/vndk.go2
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