cbf016504b
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
22 lines
325 B
Text
22 lines
325 B
Text
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsBionicTestCases"
|
|
},
|
|
{
|
|
"name": "fdtrack_test"
|
|
},
|
|
{
|
|
"name": "gwp_asan_unittest"
|
|
},
|
|
{
|
|
"name": "malloc_debug_system_tests"
|
|
},
|
|
{
|
|
"name": "malloc_hooks_system_tests"
|
|
},
|
|
{
|
|
"name": "memunreachable_unit_test"
|
|
}
|
|
]
|
|
}
|