Searched defs:vendorSnapshotLibraryDecorator (Results 1 – 1 of 1) sorted by relevance
107 type vendorSnapshotLibraryDecorator struct { struct108 *libraryDecorator109 properties vendorSnapshotLibraryProperties110 androidMkVendorSuffix bool113 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 …]