Home
last modified time | relevance | path

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

/build/soong/cc/
Dvndk_prebuilt.go69 type vndkPrebuiltLibraryDecorator struct { struct
74 func (p *vndkPrebuiltLibraryDecorator) Name(name string) string { argument
78 func (p *vndkPrebuiltLibraryDecorator) NameSuffix() string { argument
89 func (p *vndkPrebuiltLibraryDecorator) version() string { argument
93 func (p *vndkPrebuiltLibraryDecorator) arch() string { argument
97 func (p *vndkPrebuiltLibraryDecorator) binderBit() string { argument
104 func (p *vndkPrebuiltLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument
109 func (p *vndkPrebuiltLibraryDecorator) singleSourcePath(ctx ModuleContext) android.Path { argument
123 func (p *vndkPrebuiltLibraryDecorator) link(ctx ModuleContext, argument
132 func (p *vndkPrebuiltLibraryDecorator) install(ctx ModuleContext, file android.Path) { argument
[all …]
Dandroidmk.go344 func (c *vndkPrebuiltLibraryDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) {
Dcc.go2178 } else if _, ok := m.linker.(*vndkPrebuiltLibraryDecorator); ok {