From 6e2276b28aadca968e719c38eb58df37138a020e Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Fri, 18 Mar 2022 14:18:40 -0700 Subject: [PATCH] Add healthd to hwasan-postsubmit Test: Run tests under HWASan. Bug: 193568145 Change-Id: I710628acb0fffcbf670e4e30059f3cfa284f9540 --- healthd/TEST_MAPPING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/healthd/TEST_MAPPING b/healthd/TEST_MAPPING index 5893d10c7..17e363d46 100644 --- a/healthd/TEST_MAPPING +++ b/healthd/TEST_MAPPING @@ -3,5 +3,10 @@ { "name": "libhealthd_charger_test" } + ], + "hwasan-postsubmit": [ + { + "name": "libhealthd_charger_test" + } ] }