1{ 2 "presubmit": [ 3 { 4 "name": "ExtServicesUnitTests" 5 }, 6 { 7 "name": "libextservices_test" 8 } 9 ], 10 "postsubmit": [ 11 { 12 "name": "ExtServicesUnitTests" 13 }, 14 { 15 "name": "libextservices_test" 16 } 17 ], 18 "imports": [ 19 { 20 "path": "external/libtextclassifier" 21 } 22 ], 23 "mainline-presubmit": [ 24 { 25 "name": "ExtServicesUnitTests[com.google.android.extservices.apex]" 26 }, 27 { 28 "name": "libextservices_test[com.google.android.extservices.apex]" 29 } 30 ] 31} 32