Home
last modified time | relevance | path

Searched refs:IsForVndkApex (Results 1 – 2 of 2) sorted by relevance

/build/soong/apex/
Dvndk.go97 if m, ok := mctx.Module().(*cc.Module); ok && cc.IsForVndkApex(mctx, m) {
/build/soong/cc/
Dvndk.go359 func IsForVndkApex(mctx android.BottomUpMutatorContext, m *Module) bool { func