From 552dad42729bd98ea71de7c6bcab3680e0437a23 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Wed, 7 Dec 2022 20:33:51 +0000 Subject: [PATCH] audio: Add TEST_MAPPING for presubmit testing Currently it lists only tests for the core HAL, will add effect HAL tests in a separate CL. Bug: 205884982 Test: atest VtsHalAudioCoreTargetTest Change-Id: I92705f44235ff0fe38cbf86fef07518277b5f3ce --- audio/aidl/TEST_MAPPING | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 audio/aidl/TEST_MAPPING diff --git a/audio/aidl/TEST_MAPPING b/audio/aidl/TEST_MAPPING new file mode 100644 index 0000000000..6473d23068 --- /dev/null +++ b/audio/aidl/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "VtsHalAudioCoreTargetTest" + } + ] +}