Home
last modified time | relevance | path

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

/build/soong/cc/
Dprebuilt.go68 type prebuiltLibraryInterface interface { interface
80 var _ prebuiltLibraryInterface = (*prebuiltLibraryLinker)(nil)
Dlibrary.go1456 _, cc_prebuilt = m.linker.(prebuiltLibraryInterface)
1459 library := mctx.Module().(*Module).linker.(prebuiltLibraryInterface)
1470 static.linker.(prebuiltLibraryInterface).setStatic()
1471 shared.linker.(prebuiltLibraryInterface).setShared()
1474 static.linker.(prebuiltLibraryInterface).disablePrebuilt()
1477 shared.linker.(prebuiltLibraryInterface).disablePrebuilt()