Home
last modified time | relevance | path

Searched refs:vndkPrebuiltLibraryDecorator (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/
Dvndk_prebuilt.go73 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
[all …]
Dvndk.go367 …if p, ok := m.linker.(*vndkPrebuiltLibraryDecorator); ok && !p.matchesWithDevice(mctx.DeviceConfig…
Dandroidmk.go490 func (c *vndkPrebuiltLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.Andr…
Dvendor_snapshot.go859 var _ snapshotInterface = (*vndkPrebuiltLibraryDecorator)(nil)
Dcc.go1462 } else if _, ok := c.linker.(*vndkPrebuiltLibraryDecorator); ok {