Loading java/dexpreopt_check.go +1 −2 Original line number Original line Diff line number Diff line Loading @@ -72,8 +72,7 @@ func (m *dexpreoptSystemserverCheck) GenerateAndroidBuildActions(ctx android.Mod return return } } // TODO(b/203198541): Check all system server jars. systemServerJars := global.AllSystemServerJars(ctx) systemServerJars := global.AllSystemServerClasspathJars(ctx) for _, jar := range systemServerJars.CopyOfJars() { for _, jar := range systemServerJars.CopyOfJars() { dexLocation := dexpreopt.GetSystemServerDexLocation(ctx, global, jar) dexLocation := dexpreopt.GetSystemServerDexLocation(ctx, global, jar) odexLocation := dexpreopt.ToOdexPath(dexLocation, targets[0].Arch.ArchType) odexLocation := dexpreopt.ToOdexPath(dexLocation, targets[0].Arch.ArchType) Loading Loading
java/dexpreopt_check.go +1 −2 Original line number Original line Diff line number Diff line Loading @@ -72,8 +72,7 @@ func (m *dexpreoptSystemserverCheck) GenerateAndroidBuildActions(ctx android.Mod return return } } // TODO(b/203198541): Check all system server jars. systemServerJars := global.AllSystemServerJars(ctx) systemServerJars := global.AllSystemServerClasspathJars(ctx) for _, jar := range systemServerJars.CopyOfJars() { for _, jar := range systemServerJars.CopyOfJars() { dexLocation := dexpreopt.GetSystemServerDexLocation(ctx, global, jar) dexLocation := dexpreopt.GetSystemServerDexLocation(ctx, global, jar) odexLocation := dexpreopt.ToOdexPath(dexLocation, targets[0].Arch.ArchType) odexLocation := dexpreopt.ToOdexPath(dexLocation, targets[0].Arch.ArchType) Loading