aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skqp/gn_to_bp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skqp/gn_to_bp.py')
-rw-r--r--tools/skqp/gn_to_bp.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/skqp/gn_to_bp.py b/tools/skqp/gn_to_bp.py
index 5f0ac9a26b..299b1c979d 100644
--- a/tools/skqp/gn_to_bp.py
+++ b/tools/skqp/gn_to_bp.py
@@ -121,10 +121,13 @@ cc_library_shared {
# We'll run GN to get the main source lists and include directories for Skia.
gn_args = {
- 'is_debug': 'false',
'target_cpu': '"none"',
'target_os': '"android"',
+
+ # setup skqp
+ 'is_debug': 'false',
'ndk_api': '26',
+ 'skia_skqp_global_error_tolerance': '4',
# setup vulkan
'skia_use_vulkan': 'true',