Home
last modified time | relevance | path

Searched refs:BootJars (Results 1 – 13 of 13) sorted by relevance

/build/soong/dexpreopt/
Dtesting.go117 dexpreoptConfig.BootJars = android.CreateTestConfiguredJarList(bootJars)
Dconfig.go47 BootJars android.ConfiguredJarList // modules for jars that form the boot class path member
548 compareBootJars("BootJars", dexpreoptConfig.BootJars, config.NonUpdatableBootJars())
616 BootJars: android.EmptyConfiguredJarList(),
Ddexpreopt.go109 if global.BootJars.ContainsJar(module.Name) {
122 if global.OnlyPreoptBootImageAndSystemServer && !global.BootJars.ContainsJar(module.Name) &&
/build/soong/android/
Dconfig_test.go114 v.BootJars = ConfiguredJarList{
Dvariable.go252 BootJars ConfiguredJarList `json:",omitempty"` member
442 BootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}},
Dneverallow.go531 return InList(ctx.ModuleName(), ctx.Config().BootJars())
Dconfig.go1812 func (c *config) BootJars() []string { func
1814 list := c.productVariables.BootJars.CopyOfJars()
1820 return c.productVariables.BootJars
/build/soong/java/
Ddexpreopt_config.go57 frameworkModules := global.BootJars.RemoveList(artModules)
Dtesting.go207 variables.BootJars = android.CreateTestConfiguredJarList(bootJars)
Djava.go471 if inList(ctx.ModuleName(), ctx.Config().BootJars()) {
/build/make/core/
Ddex_preopt_config.mk106 $(call add_json_list, BootJars, $(PRODUCT_BOOT_JARS))
Dsoong_config.mk143 $(call add_json_list, BootJars, $(PRODUCT_BOOT_JARS))
/build/soong/apex/
Dapex_test.go6677 variables.BootJars = android.CreateTestConfiguredJarList(bootJars)
6690 variables.BootJars = android.CreateTestConfiguredJarList(bootJars)