Merge "Do not pass --compiler-filter=speed-profile with --profile-file." am: b0879c843f am: e1ce0800cf am: cf93fbabf0 am: 312313aaba

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

Change-Id: I378c29d19c446a0b5a07228d1b67d0152b5f8202
This commit is contained in:
Treehugger Robot
2021-11-25 21:40:54 +00:00
committed by Automerger Merge Worker

View File

@@ -625,7 +625,6 @@ func buildBootImageVariant(ctx android.ModuleContext, image *bootImageVariant, p
Flag("--runtime-arg").FlagWithArg("-Xmx", global.Dex2oatImageXmx)
if profile != nil {
cmd.FlagWithArg("--compiler-filter=", "speed-profile")
cmd.FlagWithInput("--profile-file=", profile)
}