Home
last modified time | relevance | path

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

/build/soong/cc/
Dcc.go1779 if c.typ() == fullLibrary && c.static() {
3511 fullLibrary const
3533 return fullLibrary
3556 case fullLibrary:
Dbp2build.go883 …if ccModule, ok := m.(*Module); ok && ccModule.typ() == fullLibrary && !android.GenerateCcLibraryS…