diff --git a/java/dexpreopt_check.go b/java/dexpreopt_check.go index 149cbb758..83c088cd4 100644 --- a/java/dexpreopt_check.go +++ b/java/dexpreopt_check.go @@ -72,8 +72,7 @@ func (m *dexpreoptSystemserverCheck) GenerateAndroidBuildActions(ctx android.Mod return } - // TODO(b/203198541): Check all system server jars. - systemServerJars := global.AllSystemServerClasspathJars(ctx) + systemServerJars := global.AllSystemServerJars(ctx) for _, jar := range systemServerJars.CopyOfJars() { dexLocation := dexpreopt.GetSystemServerDexLocation(ctx, global, jar) odexLocation := dexpreopt.ToOdexPath(dexLocation, targets[0].Arch.ArchType)