AudioService: Fix TEST_MAPPING

Fix TEST_MAPPING instruction added by commit 46ad01db
which was referrencing the wrong test name.

Bug: 186581483
Test: atest AudioPolicyDeathTest
Change-Id: I695affef89e62651a0b0984cb57c5e163cb0df8c
This commit is contained in:
Eric Laurent
2022-12-08 10:47:57 +01:00
parent 09e7579aec
commit a3e70c8f51

View File

@@ -15,8 +15,11 @@
]
},
{
"name": "AudioPolicyDeathTest",
"name": "audiopolicytest",
"options": [
{
"include-filter": "com.android.audiopolicytest.AudioPolicyDeathTest"
},
{
"include-annotation": "android.platform.test.annotations.Presubmit"
}