1{ 2 "presubmit": [ 3 { 4 "name": "CtsPermissionManagerNativeTestCases", 5 "file_patterns": ["permission_manager.cpp"] 6 }, 7 { 8 "name": "CtsPermissionTestCases", 9 "options": [ 10 { 11 "include-filter": "android.permission.cts.PermissionManagerNativeJniTest" 12 } 13 ], 14 "file_patterns": ["permission_manager.cpp"] 15 }, 16 { 17 "name": "CtsOsTestCases_cts_performancehintmanagertest", 18 "file_patterns": ["performance_hint.cpp"] 19 } 20 ], 21 "postsubmit": [ 22 { 23 "name": "CtsThermalTestCases", 24 "file_patterns": ["thermal.cpp"] 25 }, 26 { 27 "name": "NativeThermalUnitTestCases", 28 "file_patterns": ["thermal.cpp"] 29 } 30 ] 31} 32