Searched defs:prebuiltLibraryLinker (Results 1 – 1 of 1) sorted by relevance
89 type prebuiltLibraryLinker struct { struct90 *libraryDecorator91 prebuiltLinker97 func (p *prebuiltLibraryLinker) linkerInit(ctx BaseModuleContext) {}99 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {103 func (p *prebuiltLibraryLinker) linkerFlags(ctx ModuleContext, flags Flags) Flags {107 func (p *prebuiltLibraryLinker) linkerProps() []interface{} {111 func (p *prebuiltLibraryLinker) link(ctx ModuleContext,239 func (p *prebuiltLibraryLinker) prebuiltSrcs(ctx android.BaseModuleContext) []string {254 func (p *prebuiltLibraryLinker) shared() bool {[all …]