From 8460fa1ff52e486ed0b32b5026c0535d76c3bafa Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Tue, 11 Jul 2023 16:56:59 -0700 Subject: [PATCH] Fix audio/aidl/TEST_MAPPING A non-existent test module VtsHalAudioCoreConfigTargetTest was added by accident. This is a test class, not a module. Bug: 290793450 Test: atest com.android.tradefed.presubmit.TestMappingsValidation Change-Id: Icc40ec7fb956dcb85342266540ce8f17240da36b --- audio/aidl/TEST_MAPPING | 3 --- 1 file changed, 3 deletions(-) diff --git a/audio/aidl/TEST_MAPPING b/audio/aidl/TEST_MAPPING index 12bce0b47c..81c99f78a9 100644 --- a/audio/aidl/TEST_MAPPING +++ b/audio/aidl/TEST_MAPPING @@ -3,9 +3,6 @@ { "name": "VtsHalAudioCoreTargetTest" }, - { - "name": "VtsHalAudioCoreConfigTargetTest" - }, { "name": "audio_policy_config_xml_converter_tests" },