Searched defs:prebuiltLibraryLinker (Results 1 – 1 of 1) sorted by relevance
88 type prebuiltLibraryLinker struct { struct89 *libraryDecorator90 prebuiltLinker96 func (p *prebuiltLibraryLinker) linkerInit(ctx BaseModuleContext) {}98 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {102 func (p *prebuiltLibraryLinker) linkerFlags(ctx ModuleContext, flags Flags) Flags {106 func (p *prebuiltLibraryLinker) linkerProps() []interface{} {110 func (p *prebuiltLibraryLinker) link(ctx ModuleContext,238 func (p *prebuiltLibraryLinker) prebuiltSrcs(ctx android.BaseModuleContext) []string {253 func (p *prebuiltLibraryLinker) shared() bool {[all …]