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:
@@ -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