Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot.go855 type snapshotInterface interface { interface
859 var _ snapshotInterface = (*vndkPrebuiltLibraryDecorator)(nil)
860 var _ snapshotInterface = (*vendorSnapshotLibraryDecorator)(nil)
861 var _ snapshotInterface = (*vendorSnapshotBinaryDecorator)(nil)
862 var _ snapshotInterface = (*vendorSnapshotObjectLinker)(nil)
883 if !module.linker.(snapshotInterface).matchesWithDevice(ctx.DeviceConfig()) {