Rename UpdatableSystemServerJars to ApexSystemServerJars.

This is consistent with naming for boot jars, e.g. ApexBootJars.

Bug: 191127295
Test: presubmit
Change-Id: I6e8828d55ac86b7f5260ed7f8d4eca1c0b3dced8
Merged-In: I6e8828d55ac86b7f5260ed7f8d4eca1c0b3dced8
This commit is contained in:
satayev
2021-07-28 14:04:49 +01:00
parent 7a552ba9f4
commit fcea20c4e7
3 changed files with 13 additions and 13 deletions

View File

@@ -101,7 +101,7 @@ func (s *SystemServerClasspathModule) configuredJars(ctx android.ModuleContext)
global := dexpreopt.GetGlobalConfig(ctx)
possibleUpdatableModules := gatherPossibleApexModuleNamesAndStems(ctx, s.properties.Contents, systemServerClasspathFragmentContentDepTag)
return global.UpdatableSystemServerJars.Filter(possibleUpdatableModules)
return global.ApexSystemServerJars.Filter(possibleUpdatableModules)
}
type systemServerClasspathFragmentContentDependencyTag struct {