Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dtesting.go133 dexpreoptConfig.BootJars = android.CreateTestConfiguredJarList(bootJars)
Dconfig.go45 BootJars android.ConfiguredJarList // modules for jars that form the boot class path member
637 compareBootJars("BootJars", dexpreoptConfig.BootJars, config.NonApexBootJars())
732 BootJars: android.EmptyConfiguredJarList(),
Ddexpreopt.go123 if global.BootJars.ContainsJar(module.Name) {
/build/soong/android/
Dconfig_test.go114 v.BootJars = ConfiguredJarList{
Dvariable.go314 BootJars ConfiguredJarList `json:",omitempty"` member
626 BootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}},
Dconfig.go1926 func (c *config) BootJars() []string { func
1928 list := c.productVariables.BootJars.CopyOfJars()
1934 return c.productVariables.BootJars
/build/make/core/
Ddex_preopt_config.mk96 $(call add_json_list, BootJars, $(PRODUCT_BOOT_JARS))
Dsoong_config.mk165 $(call add_json_list, BootJars, $(PRODUCT_BOOT_JARS))
/build/soong/java/
Ddexpreopt_config.go62 frameworkModules := global.BootJars // This includes `global.ArtApexJars`.
Dplatform_bootclasspath.go248 return global.BootJars.RemoveList(global.ArtApexJars)
Dtesting.go316 variables.BootJars = android.CreateTestConfiguredJarList(bootJars)
Djava.go706 if inList(ctx.ModuleName(), ctx.Config().BootJars()) {
/build/bazel/tests/products/
Daosp_x86_64.variables.bzl106 …"BootJars": ["com.android.art:core-oj","com.android.art:core-libart","com.android.art:okhttp","com…
Daosp_x86.variables.bzl106 …"BootJars": ["com.android.art:core-oj","com.android.art:core-libart","com.android.art:okhttp","com…
Daosp_arm64.variables.bzl106 …"BootJars": ["com.android.art:core-oj","com.android.art:core-libart","com.android.art:okhttp","com…
Daosp_arm.variables.bzl106 …"BootJars": ["com.android.art:core-oj","com.android.art:core-libart","com.android.art:okhttp","com…