Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt_bootjars_test.go51 dexpreoptConfig.BootJars = []string{"platform:foo", "platform:bar", "platform:baz"}
Dhiddenapi.go80 if inList(bootJarName, ctx.Config().BootJars()) {
Ddexpreopt_config.go124 frameworkModules := android.RemoveListFromList(global.BootJars, artModules)
Dhiddenapi_singleton.go103 …if inList("android.test.base", ctx.Config().BootJars()) && !ctx.Config().UnbundledBuildUsePrebuilt…
Djava.go1991 if inList(ctx.ModuleName(), ctx.Config().BootJars()) {
/build/soong/dexpreopt/
Dconfig.go43 BootJars []string // modules for jars that form the boot class path member
533 BootJars: nil,
Ddexpreopt.go86 if !contains(android.GetJarsFromApexJarPairs(ctx, global.BootJars), module.Name) {
117 …AndSystemServer && !contains(android.GetJarsFromApexJarPairs(ctx, global.BootJars), module.Name) &&
/build/make/core/
Ddex_preopt_config.mk85 $(call add_json_list, BootJars, $(PRODUCT_BOOT_JARS))
Dsoong_config.mk142 $(call add_json_list, BootJars, $(PRODUCT_BOOT_JARS))
/build/soong/android/
Dvariable.go247 BootJars []string `json:",omitempty"` member
Dconfig.go936 func (c *config) BootJars() []string { func
940 return append(GetJarsFromApexJarPairs(ctx, c.productVariables.BootJars),
/build/soong/apex/
Dapex_test.go5612 config.BootJars = []string{"com.android.art.something:some-art-lib"}
5636 config.BootJars = []string{"some-updatable-apex:some-updatable-apex-lib"}
5643 config.BootJars = []string{"some-non-updatable-apex:some-non-updatable-apex-lib"}
5659 config.BootJars = []string{"platform:nonexistent"}
5674 config.BootJars = []string{"platform:some-platform-lib"}