Home
last modified time | relevance | path

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

/build/soong/cc/
Dvndk_prebuilt.go74 type vndkPrebuiltLibraryDecorator struct { struct
75 *libraryDecorator
76 properties vndkPrebuiltProperties
77 androidMkSuffix string
80 func (p *vndkPrebuiltLibraryDecorator) Name(name string) string {
84 func (p *vndkPrebuiltLibraryDecorator) NameSuffix() string {
95 func (p *vndkPrebuiltLibraryDecorator) version() string {
99 func (p *vndkPrebuiltLibraryDecorator) arch() string {
103 func (p *vndkPrebuiltLibraryDecorator) binderBit() string {
110 func (p *vndkPrebuiltLibraryDecorator) snapshotAndroidMkSuffix() string {
[all …]