Searched refs:IsForVndkApex (Results 1 – 2 of 2) sorted by relevance
97 if m, ok := mctx.Module().(*cc.Module); ok && cc.IsForVndkApex(mctx, m) {
359 func IsForVndkApex(mctx android.BottomUpMutatorContext, m *Module) bool { func