Home
last modified time | relevance | path

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

/build/soong/cc/
Dprebuilt.go56 type prebuiltLibraryInterface interface { interface
68 var _ prebuiltLibraryInterface = (*prebuiltLibraryLinker)(nil)
Dlibrary.go1086 case prebuiltLibraryInterface:
1094 static.linker.(prebuiltLibraryInterface).setStatic()
1095 shared.linker.(prebuiltLibraryInterface).setShared()
1098 static.linker.(prebuiltLibraryInterface).disablePrebuilt()
1101 shared.linker.(prebuiltLibraryInterface).disablePrebuilt()