1{ 2 "presubmit": [ 3 { 4 "name": "aidl_unittests" 5 }, 6 { 7 "name": "aidl_integration_test" 8 }, 9 { 10 "name": "aidl_lazy_test" 11 }, 12 { 13 "name": "CtsNdkBinderTestCases" 14 }, 15 { 16 "name": "hal_implementation_test" 17 }, 18 { 19 "name": "resolv_integration_test" 20 }, 21 { 22 "name": "FrameworksTelephonyTests", 23 "options": [ 24 { 25 "include-filter": "com.android.internal.telephony.ServiceStateTrackerTest" 26 } 27 ] 28 }, 29 { 30 "name": "EnforcePermissionTests" 31 } 32 ], 33 "imports": [ 34 { 35 "path": "frameworks/native/libs/binder" 36 } 37 ], 38 "auto-presubmit": [ 39 { 40 "name": "hal_implementation_test" 41 } 42 ] 43} 44