Home
last modified time | relevance | path

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

/build/soong/cc/
Dprebuilt.go71 type prebuiltLibraryInterface interface { interface
83 var _ prebuiltLibraryInterface = (*prebuiltLibraryLinker)(nil)
Dlibrary.go1955 _, ccPrebuilt = m.linker.(prebuiltLibraryInterface)
1958 library := mctx.Module().(*Module).linker.(prebuiltLibraryInterface)
1971 static.linker.(prebuiltLibraryInterface).setStatic()
1972 shared.linker.(prebuiltLibraryInterface).setShared()
1981 static.linker.(prebuiltLibraryInterface).disablePrebuilt()
1984 shared.linker.(prebuiltLibraryInterface).disablePrebuilt()