Searched defs:vendorSnapshotObjectLinker (Results 1 – 1 of 1) sorted by relevance
394 type vendorSnapshotObjectLinker struct { struct395 objectLinker396 properties vendorSnapshotObjectProperties397 androidMkVendorSuffix bool400 func (p *vendorSnapshotObjectLinker) Name(name string) string {404 func (p *vendorSnapshotObjectLinker) NameSuffix() string {412 func (p *vendorSnapshotObjectLinker) version() string {416 func (p *vendorSnapshotObjectLinker) arch() string {420 func (p *vendorSnapshotObjectLinker) matchesWithDevice(config android.DeviceConfig) bool {430 func (p *vendorSnapshotObjectLinker) link(ctx ModuleContext,[all …]