Lines Matching refs:vndkPrebuiltLibraryDecorator
74 type vndkPrebuiltLibraryDecorator struct { struct
80 func (p *vndkPrebuiltLibraryDecorator) Name(name string) string { argument
84 func (p *vndkPrebuiltLibraryDecorator) NameSuffix() string { argument
95 func (p *vndkPrebuiltLibraryDecorator) version() string { argument
99 func (p *vndkPrebuiltLibraryDecorator) arch() string { argument
103 func (p *vndkPrebuiltLibraryDecorator) binderBit() string { argument
110 func (p *vndkPrebuiltLibraryDecorator) snapshotAndroidMkSuffix() string { argument
114 func (p *vndkPrebuiltLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument
119 func (p *vndkPrebuiltLibraryDecorator) singleSourcePath(ctx ModuleContext) android.Path { argument
133 func (p *vndkPrebuiltLibraryDecorator) link(ctx ModuleContext, argument
187 func (p *vndkPrebuiltLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool { argument
201 func (p *vndkPrebuiltLibraryDecorator) nativeCoverage() bool { argument
205 func (p *vndkPrebuiltLibraryDecorator) isSnapshotPrebuilt() bool { argument
209 func (p *vndkPrebuiltLibraryDecorator) install(ctx ModuleContext, file android.Path) { argument
220 prebuilt := &vndkPrebuiltLibraryDecorator{