Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dvndk_prebuilt.go75 type vndkPrebuiltLibraryDecorator struct { struct
76 *libraryDecorator
77 properties vndkPrebuiltProperties
78 androidMkSuffix string
81 func (p *vndkPrebuiltLibraryDecorator) Name(name string) string {
85 func (p *vndkPrebuiltLibraryDecorator) NameSuffix() string {
96 func (p *vndkPrebuiltLibraryDecorator) Version() string {
100 func (p *vndkPrebuiltLibraryDecorator) arch() string {
104 func (p *vndkPrebuiltLibraryDecorator) binderBit() string {
111 func (p *vndkPrebuiltLibraryDecorator) SnapshotAndroidMkSuffix() string {
[all …]