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:
@@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user