Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3e70c8f authored by Eric Laurent's avatar Eric Laurent
Browse files

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
parent 09e7579a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -15,8 +15,11 @@
            ]
        },
        {
            "name": "AudioPolicyDeathTest",
            "name": "audiopolicytest",
            "options": [
                {
                    "include-filter": "com.android.audiopolicytest.AudioPolicyDeathTest"
                },
                {
                    "include-annotation": "android.platform.test.annotations.Presubmit"
                }