Home
last modified time | relevance | path

Searched refs:SystemServerJars (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Ddexpreopt_config.go44 …if len(systemServerClasspathLocations) != len(global.SystemServerJars)+len(global.UpdatableSystemS…
47 len(global.SystemServerJars)+len(global.UpdatableSystemServerJars)))
Ddexpreopt.go144 if inList(ctx.ModuleName(), global.SystemServerJars) && !d.isSDKLibrary {
/build/soong/dexpreopt/
Ddexpreopt.go118 !contains(global.SystemServerJars, module.Name) && !module.PreoptExtractedApk {
419 if contains(global.SystemServerJars, module.Name) {
464 if contains(global.SystemServerJars, module.Name) {
586 return android.RemoveListFromList(global.SystemServerJars,
Dconfig.go48 SystemServerJars []string // jars that form the system server member
536 SystemServerJars: nil,
/build/make/core/
Ddex_preopt_config.mk88 $(call add_json_list, SystemServerJars, $(PRODUCT_SYSTEM_SERVER_JARS))