1{ 2 "presubmit": [ 3 { 4 "name": "CtsMediaBetterTogetherTestCases" 5 }, 6 { 7 "name": "mediaroutertest" 8 }, 9 { 10 "name": "CtsCameraTestCases", 11 "options" : [ 12 { 13 "include-filter": "android.hardware.camera2.cts.ImageReaderTest#testP010" 14 } 15 ] 16 }, 17 { 18 "name": "WvtsDeviceTestCases", 19 "options" : [ 20 { 21 "include-annotation": "android.platform.test.annotations.Presubmit" 22 }, 23 { 24 "include-filter": "com.google.android.media.wvts.WidevineGenericOpsTests" 25 }, 26 { 27 "include-filter": "com.google.android.media.wvts.WidevineH264PlaybackTests" 28 } 29 ], 30 "file_patterns": ["(?i)drm|crypto"] 31 }, 32 { 33 "name": "CtsMediaDrmFrameworkTestCases", 34 "options" : [ 35 { 36 "include-annotation": "android.platform.test.annotations.Presubmit" 37 } 38 ], 39 "file_patterns": ["(?i)drm|crypto"] 40 }, 41 { 42 "file_patterns": [ 43 "[^/]*(LoudnessCodec)[^/]*\\.java" 44 ], 45 "name": "LoudnessCodecApiTest", 46 "options": [ 47 { 48 "include-annotation": "android.platform.test.annotations.Presubmit" 49 } 50 ] 51 } 52 ] 53} 54