Searched refs:vndkPrebuiltLibraryDecorator (Results 1 – 5 of 5) sorted by relevance
74 type vndkPrebuiltLibraryDecorator struct { struct80 func (p *vndkPrebuiltLibraryDecorator) Name(name string) string {84 func (p *vndkPrebuiltLibraryDecorator) NameSuffix() string {95 func (p *vndkPrebuiltLibraryDecorator) version() string {99 func (p *vndkPrebuiltLibraryDecorator) arch() string {103 func (p *vndkPrebuiltLibraryDecorator) binderBit() string {110 func (p *vndkPrebuiltLibraryDecorator) snapshotAndroidMkSuffix() string {133 func (p *vndkPrebuiltLibraryDecorator) link(ctx ModuleContext,201 func (p *vndkPrebuiltLibraryDecorator) nativeCoverage() bool {205 func (p *vndkPrebuiltLibraryDecorator) isSnapshotPrebuilt() bool {[all …]
363 …if p, ok := m.linker.(*vndkPrebuiltLibraryDecorator); ok && !p.matchesWithDevice(mctx.DeviceConfig…
488 func (c *vndkPrebuiltLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.Andr…
938 var _ snapshotInterface = (*vndkPrebuiltLibraryDecorator)(nil)
1627 } else if _, ok := c.linker.(*vndkPrebuiltLibraryDecorator); ok {