1{ 2 "imports": [ 3 { 4 "path": "system/apex/tests" 5 } 6 ], 7 "presubmit": [ 8 // The following tests validate codec and drm path. 9 { 10 "name": "WvtsDeviceTestCases", 11 "options" : [ 12 { 13 "include-annotation": "android.platform.test.annotations.Presubmit" 14 }, 15 { 16 "include-filter": "com.google.android.media.wvts.WidevineGenericOpsTests" 17 }, 18 { 19 "include-filter": "com.google.android.media.wvts.WidevineH264PlaybackTests" 20 } 21 ] 22 } 23 ] 24} 25