Home
last modified time | relevance | path

Searched defs:bootImageConfig (Results 1 – 4 of 4) sorted by relevance

/build/soong/java/
Ddexpreopt_bootjars.go242 type bootImageConfig struct { struct
244 extends *bootImageConfig
247 name string
250 enabledIfExists string
253 stem string
256 dir android.OutputPath
259 symbolsDir android.OutputPath
266 installDir string
269 modules android.ConfiguredJarList
272 dexPaths android.WritablePaths // for this image
[all …]
Ddexpreopt_config.go178 func calculateDepsRecursive(c *bootImageConfig, targets []android.Target, visited map[string]bool) {
Ddexpreopt_config_testing.go1214 func checkBootImageConfig(t *testing.T, result *android.TestResult, imageConfig *bootImageConfig, m…
1227 …heckBootImageConfig(t *testing.T, result *android.TestResult, imageConfig *bootImageConfig, mutate…
Dtesting.go790 func FixtureModifyBootImageConfig(name string, configModifier func(*bootImageConfig)) android.Fixtu…