Searched refs:hasLLNDKStubs (Results 1 – 3 of 3) sorted by relevance
398 if m.UseVndk() && isLib && lib.hasLLNDKStubs() {402 if m.UseVndk() && isPrebuiltLib && prebuiltLib.hasLLNDKStubs() {885 if library := moduleLibraryInterface(module); library != nil && library.hasLLNDKStubs() {
1123 return lib != nil && (lib.hasLLNDKStubs() || lib.hasLLNDKHeaders())1138 return lib != nil && lib.hasLLNDKStubs()1152 return library != nil && library.hasLLNDKStubs() &&2473 if lib.hasLLNDKStubs() {
928 hasLLNDKStubs() bool methodSpec1749 func (library *libraryDecorator) hasLLNDKStubs() bool { func2154 if mctx.Module().(*Module).UseVndk() && library.hasLLNDKStubs() {