Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go49 SystemServerJars []string // jars that form the system server member
296 SystemServerJars: nil,
Ddexpreopt.go146 !contains(global.SystemServerJars, module.Name) && !module.PreoptExtractedApk {
385 if contains(global.SystemServerJars, module.Name) {
430 if contains(global.SystemServerJars, module.Name) {
/build/soong/java/
Ddexpreopt.go115 if inList(ctx.ModuleName(), global.SystemServerJars) && !d.isSDKLibrary {
Ddexpreopt_config.go65 for _, m := range global.SystemServerJars {
/build/make/core/
Ddex_preopt_config.mk105 $(call add_json_list, SystemServerJars, $(PRODUCT_SYSTEM_SERVER_JARS))