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", 18 "options": [ 19 { 20 "include-filter": "android.os.cts.PerformanceHintManagerTest" 21 } 22 ], 23 "file_patterns": ["performance_hint.cpp"] 24 } 25 ], 26 "postsubmit": [ 27 { 28 "name": "CtsThermalTestCases", 29 "file_patterns": ["thermal.cpp"] 30 }, 31 { 32 "name": "NativeThermalUnitTestCases", 33 "file_patterns": ["thermal.cpp"] 34 } 35 ] 36} 37