Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dvndk_prebuilt.go74 type vndkPrebuiltLibraryDecorator struct { struct
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 {
133 func (p *vndkPrebuiltLibraryDecorator) link(ctx ModuleContext,
201 func (p *vndkPrebuiltLibraryDecorator) nativeCoverage() bool {
205 func (p *vndkPrebuiltLibraryDecorator) isSnapshotPrebuilt() bool {
[all …]
H A Dvndk.go363 …if p, ok := m.linker.(*vndkPrebuiltLibraryDecorator); ok && !p.matchesWithDevice(mctx.DeviceConfig…
H A Dandroidmk.go488 func (c *vndkPrebuiltLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.Andr…
H A Dsnapshot_prebuilt.go938 var _ snapshotInterface = (*vndkPrebuiltLibraryDecorator)(nil)
H A Dcc.go1627 } else if _, ok := c.linker.(*vndkPrebuiltLibraryDecorator); ok {