Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot.go394 type vendorSnapshotObjectLinker struct { struct
395 objectLinker
396 properties vendorSnapshotObjectProperties
397 androidMkVendorSuffix bool
400 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 …]