From 6bbf5bb312bb539101a8d9db3ddb9c92ed021b00 Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Mon, 3 Apr 2023 17:08:37 +0000 Subject: [PATCH] Add hal_implementation_test on automotive cf to test_mapping Test: lunch aosp_cf_x86_64_auto-userdebug && atest hal_implementation_test Bug: 274164202 Change-Id: Ib9095ca1d2521af8c9d1eed735235f0fd2463f91 --- TEST_MAPPING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TEST_MAPPING b/TEST_MAPPING index acae4f3a55..25246d8f58 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -12,6 +12,11 @@ { "name": "VtsHalTvInputV1_0TargetTest" } + ], + "auto-presubmit": [ + { + "name": "hal_implementation_test" + } ] }