Searched refs:vndkPrebuiltLibraryDecorator (Results 1 – 5 of 5) sorted by relevance
73 type vndkPrebuiltLibraryDecorator struct { struct79 func (p *vndkPrebuiltLibraryDecorator) Name(name string) string { argument83 func (p *vndkPrebuiltLibraryDecorator) NameSuffix() string { argument94 func (p *vndkPrebuiltLibraryDecorator) version() string { argument98 func (p *vndkPrebuiltLibraryDecorator) arch() string { argument102 func (p *vndkPrebuiltLibraryDecorator) binderBit() string { argument109 func (p *vndkPrebuiltLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument114 func (p *vndkPrebuiltLibraryDecorator) singleSourcePath(ctx ModuleContext) android.Path { argument128 func (p *vndkPrebuiltLibraryDecorator) link(ctx ModuleContext, argument171 func (p *vndkPrebuiltLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool { argument[all …]
367 …if p, ok := m.linker.(*vndkPrebuiltLibraryDecorator); ok && !p.matchesWithDevice(mctx.DeviceConfig…
490 func (c *vndkPrebuiltLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.Andr…
859 var _ snapshotInterface = (*vndkPrebuiltLibraryDecorator)(nil)
1462 } else if _, ok := c.linker.(*vndkPrebuiltLibraryDecorator); ok {