Turn off PGO for Skia
Bug: http://b/73127367 Bug: http://b/73257154 Bug: http://b/73249590 Test: Verify that affected CTS tests and HwAccelerationTest are fixed. Change-Id: I6894197ce4c3b4abfd9411d54fb4bdbe94b34c70 Reviewed-on: https://skia-review.googlesource.com/107024 Reviewed-by: Stephen Hines <srhines@google.com> Reviewed-by: Derek Sollenberger <djsollen@google.com>
This commit is contained in:
parent
1b12545a9c
commit
4108f65a2f
@ -109,7 +109,9 @@ cc_defaults {
|
||||
instrumentation: true,
|
||||
profile_file: "skia/skia.profdata",
|
||||
benchmarks: ["hwui", "skia"],
|
||||
enable_profile_use: true,
|
||||
// Bugs: http://b/73127367, http://b/73257154, http://b/73249590
|
||||
// Turn off PGO for Skia until toolchain bug is fixed.
|
||||
enable_profile_use: false,
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user