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

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

Change-Id: Ib8260eddc20f9250e5295666f73b341dd3282f00
This commit is contained in:
Treehugger Robot
2021-11-25 20:52:57 +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) Flag("--runtime-arg").FlagWithArg("-Xmx", global.Dex2oatImageXmx)
if profile != nil { if profile != nil {
cmd.FlagWithArg("--compiler-filter=", "speed-profile")
cmd.FlagWithInput("--profile-file=", profile) cmd.FlagWithInput("--profile-file=", profile)
} }