Loading java/dexpreopt_bootjars.go +1 −1 Original line number Diff line number Diff line Loading @@ -790,7 +790,7 @@ func bootImageProfileRule(ctx android.SingletonContext, image *bootImageConfig) rule.Build("bootJarsProfile", "profile boot jars") image.profileInstalls = rule.Installs() image.profileInstalls = append(image.profileInstalls, rule.Installs()...) return profile } Loading Loading
java/dexpreopt_bootjars.go +1 −1 Original line number Diff line number Diff line Loading @@ -790,7 +790,7 @@ func bootImageProfileRule(ctx android.SingletonContext, image *bootImageConfig) rule.Build("bootJarsProfile", "profile boot jars") image.profileInstalls = rule.Installs() image.profileInstalls = append(image.profileInstalls, rule.Installs()...) return profile } Loading