From 11d45326d99b2f59a978c5d705234cebd69cbf7d Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Fri, 18 Mar 2022 14:25:02 -0700 Subject: [PATCH] Add vold to hwasan-postsubmit Test: Run tests under HWASan. Bug: 193568145 Change-Id: I03e7506f932cb42a91261bd1c28f3d7f60dd5f1e --- TEST_MAPPING | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/TEST_MAPPING b/TEST_MAPPING index 49b2d60..a535181 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -12,5 +12,19 @@ { "name": "AdoptableHostTest" } + ], + "hwasan-postsubmit": [ + { + "name": "CtsScopedStorageCoreHostTest" + }, + { + "name": "CtsScopedStorageHostTest" + }, + { + "name": "CtsScopedStorageDeviceOnlyTest" + }, + { + "name": "AdoptableHostTest" + } ] }