1{ 2 "presubmit": [ 3 { 4 "name": "GtsMediaTestCases", 5 "options" : [ 6 { 7 "include-annotation": "android.platform.test.annotations.Presubmit" 8 }, 9 { 10 "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests" 11 }, 12 { 13 "include-filter": "com.google.android.media.gts.MediaDrmTest" 14 }, 15 { 16 "include-filter": "com.google.android.media.gts.WidevineDashPolicyTests" 17 } 18 ] 19 } 20 ], 21 "imports": [ 22 { 23 "path": "frameworks/av/drm/mediadrm/plugins" 24 } 25 ] 26} 27