1{ 2 "presubmit": [ 3 { 4 "name": "bionic-unit-tests" 5 }, 6 { 7 "name": "bionic-unit-tests-static" 8 }, 9 { 10 "name": "linker-unit-tests" 11 }, 12 { 13 "name": "CtsBionicAppTestCases" 14 }, 15 { 16 "name": "CtsBionicTestCases" 17 }, 18 { 19 "name": "CtsGwpAsanTestCases" 20 }, 21 { 22 "name": "CtsTaggingHostTestCases" 23 }, 24 { 25 "name": "debuggerd_test" 26 }, 27 { 28 "name": "fdtrack_test" 29 }, 30 { 31 "name": "gwp_asan_unittest" 32 }, 33 { 34 "name": "malloc_debug_unit_tests" 35 }, 36 { 37 "name": "malloc_debug_system_tests" 38 }, 39 { 40 "name": "malloc_hooks_system_tests" 41 }, 42 { 43 "name": "memunreachable_unit_test" 44 }, 45 { 46 "name": "toybox-tests" 47 } 48 ], 49 "hwasan-presubmit": [ 50 { 51 "name": "bionic-unit-tests" 52 }, 53 { 54 "name": "bionic-unit-tests-static" 55 }, 56 { 57 "name": "linker-unit-tests" 58 }, 59 { 60 "name": "CtsBionicAppTestCases" 61 }, 62 { 63 "name": "CtsBionicTestCases" 64 }, 65 { 66 "name": "CtsGwpAsanTestCases" 67 }, 68 { 69 "name": "debuggerd_test" 70 }, 71 { 72 "name": "fdtrack_test" 73 }, 74 { 75 "name": "gwp_asan_unittest" 76 }, 77 { 78 "name": "malloc_debug_unit_tests" 79 }, 80 { 81 "name": "malloc_debug_system_tests" 82 }, 83 { 84 "name": "malloc_hooks_system_tests" 85 }, 86 { 87 "name": "memunreachable_unit_test" 88 }, 89 { 90 "name": "toybox-tests" 91 } 92 ], 93 "kernel-presubmit": [ 94 { 95 "name": "CtsBionicTestCases" 96 } 97 ] 98} 99