aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
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,
},
}