Index: skia/skia_common.gypi |
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi |
index 81b4592add2c19bd3b7ce32632c9aa12b96ea4f2..6137352d2668b5646e48ee2c0cffd55d49250898 100644 |
--- a/skia/skia_common.gypi |
+++ b/skia/skia_common.gypi |
@@ -114,6 +114,13 @@ |
'SK_ARM_HAS_OPTIONAL_NEON', |
], |
}], |
+ |
+ # Enable feedback-directed optimisation for skia when building in android. |
+ [ 'android_webview_build == 1', { |
+ 'aosp_build_settings': { |
+ 'LOCAL_FDO_SUPPORT': 'true', |
+ }, |
+ }], |
], |
'variables': { |