Searched defs:prebuiltLibraryLinker (Results 1 – 1 of 1) sorted by relevance
79 type prebuiltLibraryLinker struct { struct80 *libraryDecorator81 prebuiltLinker87 func (p *prebuiltLibraryLinker) linkerInit(ctx BaseModuleContext) {}89 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {93 func (p *prebuiltLibraryLinker) linkerFlags(ctx ModuleContext, flags Flags) Flags {97 func (p *prebuiltLibraryLinker) linkerProps() []interface{} {101 func (p *prebuiltLibraryLinker) link(ctx ModuleContext,221 func (p *prebuiltLibraryLinker) prebuiltSrcs(ctx android.BaseModuleContext) []string {236 func (p *prebuiltLibraryLinker) shared() bool {[all …]