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:
@@ -15,8 +15,11 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "AudioPolicyDeathTest",
|
||||
"name": "audiopolicytest",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "com.android.audiopolicytest.AudioPolicyDeathTest"
|
||||
},
|
||||
{
|
||||
"include-annotation": "android.platform.test.annotations.Presubmit"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user