Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Ddexpreopt.go123 !global.SystemServerJars.ContainsJar(module.Name) && !module.PreoptExtractedApk {
365 if global.SystemServerJars.ContainsJar(module.Name) {
419 if global.SystemServerJars.ContainsJar(module.Name) {
532 …return android.RemoveListFromList(global.SystemServerJars.CopyOfJars(), global.UpdatableSystemServ…
Dconfig.go52 SystemServerJars android.ConfiguredJarList // jars that form the system server member
619 SystemServerJars: android.EmptyConfiguredJarList(),
/build/soong/java/
Dsystemserver_classpath_fragment.go57 return global.SystemServerJars
Ddexpreopt.go153 isSystemServerJar := global.SystemServerJars.ContainsJar(ctx.ModuleName())
/build/make/core/
Ddex_preopt_config.mk109 $(call add_json_list, SystemServerJars, $(PRODUCT_SYSTEM_SERVER_JARS))