Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go62 Stubs struct { member
635 …objs, versionScript := compileStubLibrary(ctx, flags, String(library.Properties.Stubs.Symbol_file)…
1254 …} else if len(library.Properties.Stubs.Versions) > 0 && android.DirectlyInAnyApex(ctx, ctx.ModuleN…
1340 if ctx.hasStubsVariants() && library.Properties.Stubs.Symbol_file != nil {
1341 return library.Properties.Stubs.Symbol_file
1351 versions := library.Properties.Stubs.Versions
Dandroidmk.go299 if len(library.Properties.Stubs.Versions) > 0 &&
Dcc.go633 return library.Properties.Stubs.Versions
997 return len(library.Properties.Stubs.Versions) > 0
1000 return len(library.Properties.Stubs.Versions) > 0