[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:
parent
4b466292d0
commit
cbf016504b
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
{
|
||||
"name": "fdtrack_test"
|
||||
},
|
||||
{
|
||||
"name": "gwp_asan_unittest"
|
||||
},
|
||||
{
|
||||
"name": "malloc_debug_system_tests"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue