Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_prebuilt.go817 return snapshotBinaryFactory(vendorSnapshotImageSingleton, snapshotBinarySuffix)
824 return snapshotBinaryFactory(recoverySnapshotImageSingleton, snapshotBinarySuffix)
827 func snapshotBinaryFactory(image snapshotImage, moduleSuffix string) android.Module { func