Merge "Rename UpdatableSystemServerJars to ApexSystemServerJars." am: 0d8c497535 am: 59eb1584f6 am: c3c6b6b666 am: d4244ca7b5

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1779990

Change-Id: Ic5269b9bb7133cbfaf8fa5e9c4db9df46efd3e4c
This commit is contained in:
satayev
2021-07-29 12:23:03 +00:00
committed by Automerger Merge Worker
3 changed files with 13 additions and 13 deletions

View File

@@ -107,7 +107,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 {