From d25baf462d0b098f1f1b3d3b8e379f3d499409b7 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Fri, 18 Mar 2022 14:41:37 -0700 Subject: [PATCH] Add property_service to hwasan-postsubmit Test: Run tests under HWASan. Bug: 193568145 Change-Id: I0d7ac4acc8d5171d40bdd4dc4e03fc32f4348edb --- property_service/TEST_MAPPING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/property_service/TEST_MAPPING b/property_service/TEST_MAPPING index fcdc86a95..20f6c84c9 100644 --- a/property_service/TEST_MAPPING +++ b/property_service/TEST_MAPPING @@ -3,5 +3,10 @@ { "name": "propertyinfoserializer_tests" } + ], + "hwasan-postsubmit": [ + { + "name": "propertyinfoserializer_tests" + } ] }