Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A 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 …]
H A Ddexpreopt_config_testing.go1214 func checkBootImageConfig(t *testing.T, result *android.TestResult, imageConfig *bootImageConfig, m…
1226 …heckBootImageConfig(t *testing.T, result *android.TestResult, imageConfig *bootImageConfig, mutate…
H A Ddexpreopt_config.go177 func calculateDepsRecursive(c *bootImageConfig, targets []android.Target, visited map[string]bool) {
H A Dtesting.go785 func FixtureModifyBootImageConfig(name string, configModifier func(*bootImageConfig)) android.Fixtu…