aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
authorGravatar Pirama Arumuga Nainar <pirama@google.com>2018-02-13 12:33:29 -0800
committerGravatar Derek Sollenberger <djsollen@google.com>2018-02-13 20:44:18 +0000
commit4108f65a2f14d02139e35cd9e0195aacf7507746 (patch)
tree420e28b89a3c239cdb5f325e3b473230b1506901 /gn/gn_to_bp.py
parent1b12545a9c1429b0fc4c1b323497dc5283f4fd52 (diff)
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>
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py4
1 files changed, 3 insertions, 1 deletions
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,
},
}