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 <mtklein@google.com>
Reviewed-by: Leon Scroggins <scroggo@google.com>
This commit is contained in:
Mike Klein 2017-08-16 08:38:57 -04:00 committed by Skia Commit-Bot
parent 3f5301b284
commit c902ff8fc8

View File

@ -15,6 +15,7 @@ import subprocess
import tempfile
tool_cflags = [
'-fexceptions',
'-Wno-unused-parameter',
]