Home
last modified time | relevance | path

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

/build/soong/cc/
Dvndk.go398 if m.UseVndk() && isLib && lib.hasLLNDKStubs() {
402 if m.UseVndk() && isPrebuiltLib && prebuiltLib.hasLLNDKStubs() {
885 if library := moduleLibraryInterface(module); library != nil && library.hasLLNDKStubs() {
Dcc.go1123 return lib != nil && (lib.hasLLNDKStubs() || lib.hasLLNDKHeaders())
1138 return lib != nil && lib.hasLLNDKStubs()
1152 return library != nil && library.hasLLNDKStubs() &&
2473 if lib.hasLLNDKStubs() {
Dlibrary.go928 hasLLNDKStubs() bool methodSpec
1749 func (library *libraryDecorator) hasLLNDKStubs() bool { func
2154 if mctx.Module().(*Module).UseVndk() && library.hasLLNDKStubs() {