Searched defs:SnapshotImage (Results 1 – 5 of 5) sorted by relevance
| /build/soong/cc/ |
| D | vendor_snapshot.go | 28 func includeVndk(image snapshot.SnapshotImage) bool { 37 func isPrivate(image snapshot.SnapshotImage, m LinkableInterface) bool { 46 func supportsVndkExt(image snapshot.SnapshotImage) bool { 55 …eInterface, inProprietaryPath bool, apexInfo android.ApexInfo, image snapshot.SnapshotImage) bool {
|
| D | snapshot_prebuilt.go | 31 type SnapshotImage interface { interface 238 func snapshotFactory(image SnapshotImage) android.Module { 557 func snapshotLibraryFactory(image SnapshotImage, moduleSuffix string) (*Module, *snapshotLibraryDec… 722 func snapshotBinaryFactory(image SnapshotImage, moduleSuffix string) android.Module {
|
| /build/soong/rust/ |
| D | snapshot_prebuilt.go | 51 func snapshotLibraryFactory(image cc.SnapshotImage, moduleSuffix string) (*Module, *snapshotLibrary…
|
| /build/soong/snapshot/ |
| D | snapshot_base.go | 26 type SnapshotImage interface { interface
|
| /build/soong/etc/ |
| D | prebuilt_etc.go | 577 func isSnapshotAware(ctx android.SingletonContext, m *PrebuiltEtc, image snapshot.SnapshotImage) bo…
|