Searched defs:prebuiltLibraryLinker (Results 1 – 1 of 1) sorted by relevance
77 type prebuiltLibraryLinker struct { struct78 *libraryDecorator79 prebuiltLinker85 func (p *prebuiltLibraryLinker) linkerInit(ctx BaseModuleContext) {}87 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {91 func (p *prebuiltLibraryLinker) linkerFlags(ctx ModuleContext, flags Flags) Flags {95 func (p *prebuiltLibraryLinker) linkerProps() []interface{} {99 func (p *prebuiltLibraryLinker) link(ctx ModuleContext,206 func (p *prebuiltLibraryLinker) prebuiltSrcs(ctx android.BaseModuleContext) []string {221 func (p *prebuiltLibraryLinker) shared() bool {[all …]