Searched defs:vndkPrebuiltLibraryDecorator (Results 1 – 1 of 1) sorted by relevance
69 type vndkPrebuiltLibraryDecorator struct { struct70 *libraryDecorator71 properties vndkPrebuiltProperties74 func (p *vndkPrebuiltLibraryDecorator) Name(name string) string {78 func (p *vndkPrebuiltLibraryDecorator) NameSuffix() string {89 func (p *vndkPrebuiltLibraryDecorator) version() string {93 func (p *vndkPrebuiltLibraryDecorator) arch() string {97 func (p *vndkPrebuiltLibraryDecorator) binderBit() string {104 func (p *vndkPrebuiltLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {109 func (p *vndkPrebuiltLibraryDecorator) singleSourcePath(ctx ModuleContext) android.Path {[all …]