Home
last modified time | relevance | path

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

/build/soong/cc/
Dvndk_prebuilt.go73 type vndkPrebuiltLibraryDecorator struct { struct
74 *libraryDecorator
75 properties vndkPrebuiltProperties
76 androidMkSuffix string
79 func (p *vndkPrebuiltLibraryDecorator) Name(name string) string {
83 func (p *vndkPrebuiltLibraryDecorator) NameSuffix() string {
94 func (p *vndkPrebuiltLibraryDecorator) version() string {
98 func (p *vndkPrebuiltLibraryDecorator) arch() string {
102 func (p *vndkPrebuiltLibraryDecorator) binderBit() string {
109 func (p *vndkPrebuiltLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
[all …]