Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot.go107 type vendorSnapshotLibraryDecorator struct { struct
108 *libraryDecorator
109 properties vendorSnapshotLibraryProperties
110 androidMkVendorSuffix bool
113 func (p *vendorSnapshotLibraryDecorator) Name(name string) string {
117 func (p *vendorSnapshotLibraryDecorator) NameSuffix() string {
135 func (p *vendorSnapshotLibraryDecorator) version() string {
139 func (p *vendorSnapshotLibraryDecorator) arch() string {
143 func (p *vendorSnapshotLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
148 func (p *vendorSnapshotLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool {
[all …]