Lines Matching defs:snapshotBuildInfo
462 type snapshotBuildInfo struct { struct
463 t *testing.T
466 r *android.TestResult
471 version string
474 androidBpContents string
477 androidUnversionedBpContents string
480 androidVersionedBpContents string
484 snapshotContents []string
488 copyRules string
492 otherCopyRules string
497 intermediateZip string
501 mergeZips []string
504 outputZip string
507 targetBuildRelease *buildRelease
510 snapshotTestCustomizations map[snapshotTest]*snapshotTestCustomization
516 …napshotBuildInfo) snapshotTestCustomization(snapshotTest snapshotTest) *snapshotTestCustomization {