Searched defs:bootImageConfig (Results 1 – 4 of 4) sorted by relevance
242 type bootImageConfig struct { struct244 extends *bootImageConfig247 name string250 enabledIfExists string253 stem string256 dir android.OutputPath259 symbolsDir android.OutputPath266 installDir string269 modules android.ConfiguredJarList272 dexPaths android.WritablePaths // for this image[all …]
1214 func checkBootImageConfig(t *testing.T, result *android.TestResult, imageConfig *bootImageConfig, m…1226 …heckBootImageConfig(t *testing.T, result *android.TestResult, imageConfig *bootImageConfig, mutate…
177 func calculateDepsRecursive(c *bootImageConfig, targets []android.Target, visited map[string]bool) {
785 func FixtureModifyBootImageConfig(name string, configModifier func(*bootImageConfig)) android.Fixtu…