Searched defs:vendorSnapshotBinaryDecorator (Results 1 – 1 of 1) sorted by relevance
285 type vendorSnapshotBinaryDecorator struct { struct286 *binaryDecorator287 properties vendorSnapshotBinaryProperties288 androidMkVendorSuffix bool291 func (p *vendorSnapshotBinaryDecorator) Name(name string) string {295 func (p *vendorSnapshotBinaryDecorator) NameSuffix() string {303 func (p *vendorSnapshotBinaryDecorator) version() string {307 func (p *vendorSnapshotBinaryDecorator) arch() string {311 func (p *vendorSnapshotBinaryDecorator) matchesWithDevice(config android.DeviceConfig) bool {321 func (p *vendorSnapshotBinaryDecorator) link(ctx ModuleContext,[all …]