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.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 4c8cba75d5..d8ec9e304a 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -107,11 +107,9 @@ cc_defaults {
name: "skia_pgo",
pgo: {
instrumentation: true,
- profile_file: "skia/skia.profdata",
+ profile_file: "hwui/hwui.profdata",
benchmarks: ["hwui", "skia"],
- // Bugs: http://b/73127367, http://b/73257154, http://b/73249590
- // Turn off PGO for Skia until toolchain bug is fixed.
- enable_profile_use: false,
+ enable_profile_use: true,
},
}