From 4f0f933579dd9be6e99942175ecfe2b16ab98f7f Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Fri, 12 Jan 2018 14:31:48 -0500 Subject: Add Android ASAN bot It should work on 32 and 64 bit android running M or newer. Bug: skia: Change-Id: I7e6d4000f4fee8f2704b84b7174174dd0e68d21c Reviewed-on: https://skia-review.googlesource.com/93700 Reviewed-by: Mike Klein Reviewed-by: Eric Boren Commit-Queue: Kevin Lubick --- infra/bots/recipes/compile.py | 1 + 1 file changed, 1 insertion(+) (limited to 'infra/bots/recipes/compile.py') diff --git a/infra/bots/recipes/compile.py b/infra/bots/recipes/compile.py index 25c8a95177..5995b29f70 100644 --- a/infra/bots/recipes/compile.py +++ b/infra/bots/recipes/compile.py @@ -79,6 +79,7 @@ TEST_BUILDERS = [ 'Build-Debian9-Clang-arm-Release-Chromebook_GLES', 'Build-Debian9-Clang-arm64-Release-Android', 'Build-Debian9-Clang-arm64-Release-Android_Vulkan', + 'Build-Debian9-Clang-arm64-Release-Android_ASAN', 'Build-Debian9-Clang-x86_64-Debug', 'Build-Debian9-Clang-x86_64-Debug-ASAN', 'Build-Debian9-Clang-x86_64-Debug-Coverage', -- cgit v1.2.3