Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot.go285 type vendorSnapshotBinaryDecorator struct { struct
286 *binaryDecorator
287 properties vendorSnapshotBinaryProperties
288 androidMkVendorSuffix bool
291 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 …]