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 …]
178 func calculateDepsRecursive(c *bootImageConfig, targets []android.Target, visited map[string]bool) {
1214 func checkBootImageConfig(t *testing.T, result *android.TestResult, imageConfig *bootImageConfig, m…1227 …heckBootImageConfig(t *testing.T, result *android.TestResult, imageConfig *bootImageConfig, mutate…
790 func FixtureModifyBootImageConfig(name string, configModifier func(*bootImageConfig)) android.Fixtu…