Home
last modified time | relevance | path

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

/build/soong/cc/
Dstub_library.go33 func IsStubTarget(m *Module) bool { func
51 if IsStubTarget(m) {
/build/soong/linkerconfig/
Dlinkerconfig.go117 if c, ok := m.(*cc.Module); ok && cc.IsStubTarget(c) {