[GWP-ASan] Add gwp_asan_unittest to bionic presubmit.

bionic libc has a dependency on GWP-ASan. Changes in bionic can also
affect GWP-ASan (e.g. GWP-ASan requires some headers from bionic for
tests). Resultingly, we shouldn't accidentally break GWP-ASan through
changes to bionic by adding this as a presubmit check.

Bug: 152414185
Test: cd bionic && atest
Change-Id: I15dac9da6a7b8dbba453cfabec995d79a0f71924
This commit is contained in:
Mitch Phillips 2020-03-26 13:08:21 -07:00
parent 4b466292d0
commit cbf016504b

View file

@ -6,6 +6,9 @@
{
"name": "fdtrack_test"
},
{
"name": "gwp_asan_unittest"
},
{
"name": "malloc_debug_system_tests"
},