From 82831b18a6a6892b19f87289986db742ac0f7e19 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Mon, 5 Feb 2018 11:51:29 -0500 Subject: Add a global error tolerance of 4 to the SkQP Android.bp build file Change-Id: Iceebd0e153351cad1c2784daf6cabcc8f3bb8ebf Reviewed-on: https://skia-review.googlesource.com/103720 Reviewed-by: Hal Canary Commit-Queue: Derek Sollenberger --- tools/skqp/gn_to_bp.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools') 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', -- cgit v1.2.3