From c902ff8fc8bd3c385096bdbb0fec6d1ce3c231a3 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Wed, 16 Aug 2017 08:38:57 -0400 Subject: turn exceptions on in test tools on Android This is a follow-up to https://skia-review.googlesource.com/c/34982 which did the same for locally built test tools. Change-Id: Id97841a64521fda99cb952a1a751ffc10f636f53 Reviewed-on: https://skia-review.googlesource.com/35162 Commit-Queue: Mike Klein Reviewed-by: Leon Scroggins --- gn/gn_to_bp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gn/gn_to_bp.py') diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py index 8248ef8edd..096c5eb280 100644 --- a/gn/gn_to_bp.py +++ b/gn/gn_to_bp.py @@ -15,6 +15,7 @@ import subprocess import tempfile tool_cflags = [ + '-fexceptions', '-Wno-unused-parameter', ] -- cgit v1.2.3