From 4108f65a2f14d02139e35cd9e0195aacf7507746 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Tue, 13 Feb 2018 12:33:29 -0800 Subject: 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 Reviewed-by: Derek Sollenberger --- gn/gn_to_bp.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gn/gn_to_bp.py') diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py index 3d5dcb6c94..e68a5677fc 100644 --- a/gn/gn_to_bp.py +++ b/gn/gn_to_bp.py @@ -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, }, } -- cgit v1.2.3