Home
last modified time | relevance | path

Searched refs:vendorSnapshotObjectLinker (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dvendor_snapshot.go394 type vendorSnapshotObjectLinker struct { struct
400 func (p *vendorSnapshotObjectLinker) Name(name string) string { argument
404 func (p *vendorSnapshotObjectLinker) NameSuffix() string { argument
412 func (p *vendorSnapshotObjectLinker) version() string { argument
416 func (p *vendorSnapshotObjectLinker) arch() string { argument
420 func (p *vendorSnapshotObjectLinker) matchesWithDevice(config android.DeviceConfig) bool { argument
430 func (p *vendorSnapshotObjectLinker) link(ctx ModuleContext, argument
442 func (p *vendorSnapshotObjectLinker) nativeCoverage() bool { argument
446 func (p *vendorSnapshotObjectLinker) isSnapshotPrebuilt() bool { argument
453 prebuilt := &vendorSnapshotObjectLinker{
[all …]
Dandroidmk.go564 func (c *vendorSnapshotObjectLinker) AndroidMkEntries(ctx AndroidMkContext, entries *android.Androi…