Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go429 if !library.buildShared() && !library.buildStatic() {
483 buildShared() bool methodSpec
890 func (library *libraryDecorator) buildShared() bool { func
1100 if !library.buildShared() {
1105 if library.buildStatic() && library.buildShared() {
1118 } else if library.buildShared() {
1150 if library, ok := m.linker.(*libraryDecorator); ok && library.buildShared() &&