From 9ab4ffb43e66ca331f6e9aa4efebcf6408322ce3 Mon Sep 17 00:00:00 2001 From: Yu Shan Date: Tue, 15 Feb 2022 19:28:20 -0800 Subject: [PATCH] Add AndroidCarApiTest to presubmit. Add AndroidCarApiTest to presubmit because it is using VHAL. Test: None Bug: None Change-Id: I4be1e2bb10a8a1f59cbc36b029083a7781fde5fa --- automotive/vehicle/TEST_MAPPING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/automotive/vehicle/TEST_MAPPING b/automotive/vehicle/TEST_MAPPING index ff6f3be52b..92cab96a87 100644 --- a/automotive/vehicle/TEST_MAPPING +++ b/automotive/vehicle/TEST_MAPPING @@ -24,5 +24,10 @@ { "name": "DefaultVehicleHalTest" } + ], + "auto-postsubmit": [ + { + "name": "AndroidCarApiTest" + } ] }