Loading cc/vndk.go +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
cc/vndk.go +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading