frameworks/wilhelm/TEST_MAPPING

17 lines
391 B
Plaintext
Raw Normal View History

2025-08-25 08:17:13 +08:00
// for frameworks/wilhelm
{
"presubmit": [
{
"name": "CtsMediaTestCases",
"options" : [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"include-filter": "android.media.cts.AudioNativeTest"
}
]
}
]
}