Searched refs:vndkPrebuiltLibraryDecorator (Results 1 – 3 of 3) sorted by relevance
69 type vndkPrebuiltLibraryDecorator struct { struct74 func (p *vndkPrebuiltLibraryDecorator) Name(name string) string { argument78 func (p *vndkPrebuiltLibraryDecorator) NameSuffix() string { argument89 func (p *vndkPrebuiltLibraryDecorator) version() string { argument93 func (p *vndkPrebuiltLibraryDecorator) arch() string { argument97 func (p *vndkPrebuiltLibraryDecorator) binderBit() string { argument104 func (p *vndkPrebuiltLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument109 func (p *vndkPrebuiltLibraryDecorator) singleSourcePath(ctx ModuleContext) android.Path { argument123 func (p *vndkPrebuiltLibraryDecorator) link(ctx ModuleContext, argument132 func (p *vndkPrebuiltLibraryDecorator) install(ctx ModuleContext, file android.Path) { argument[all …]
344 func (c *vndkPrebuiltLibraryDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) {
2178 } else if _, ok := m.linker.(*vndkPrebuiltLibraryDecorator); ok {