Lines Matching refs:vndkPrebuiltLibraryDecorator
73 type vndkPrebuiltLibraryDecorator struct { struct
79 func (p *vndkPrebuiltLibraryDecorator) Name(name string) string { argument
83 func (p *vndkPrebuiltLibraryDecorator) NameSuffix() string { argument
94 func (p *vndkPrebuiltLibraryDecorator) version() string { argument
98 func (p *vndkPrebuiltLibraryDecorator) arch() string { argument
102 func (p *vndkPrebuiltLibraryDecorator) binderBit() string { argument
109 func (p *vndkPrebuiltLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument
114 func (p *vndkPrebuiltLibraryDecorator) singleSourcePath(ctx ModuleContext) android.Path { argument
128 func (p *vndkPrebuiltLibraryDecorator) link(ctx ModuleContext, argument
171 func (p *vndkPrebuiltLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool { argument
185 func (p *vndkPrebuiltLibraryDecorator) nativeCoverage() bool { argument
189 func (p *vndkPrebuiltLibraryDecorator) isSnapshotPrebuilt() bool { argument
193 func (p *vndkPrebuiltLibraryDecorator) install(ctx ModuleContext, file android.Path) { argument
218 prebuilt := &vndkPrebuiltLibraryDecorator{