1{ 2 "mainline-presubmit": [ 3 { 4 "name": "adbd_test[com.google.android.adbd.apex]" 5 }, 6 { 7 "name": "adb_crypto_test[com.google.android.adbd.apex]" 8 }, 9 { 10 "name": "adb_pairing_auth_test[com.google.android.adbd.apex]" 11 }, 12 { 13 "name": "adb_pairing_connection_test[com.google.android.adbd.apex]" 14 }, 15 { 16 "name": "adb_tls_connection_test[com.google.android.adbd.apex]" 17 } 18 ], 19 "presubmit": [ 20 { 21 "name": "adbd_test" 22 }, 23 { 24 "name": "adb_crypto_test" 25 }, 26 { 27 "name": "adb_pairing_auth_test" 28 }, 29 { 30 "name": "adb_pairing_connection_test" 31 }, 32 { 33 "name": "adb_tls_connection_test" 34 }, 35 { 36 "name": "FastDeployTests" 37 }, 38 { 39 "name": "FastDeployHostTests" 40 }, 41 { 42 "name": "MicrodroidHostTestCases" 43 } 44 ], 45 "hwasan-presubmit": [ 46 { 47 "name": "adbd_test" 48 }, 49 { 50 "name": "adb_crypto_test" 51 }, 52 { 53 "name": "adb_pairing_auth_test" 54 }, 55 { 56 "name": "adb_pairing_connection_test" 57 }, 58 { 59 "name": "adb_tls_connection_test" 60 }, 61 { 62 "name": "MicrodroidHostTestCases" 63 } 64 ], 65 "imports": [ 66 { 67 "path": "frameworks/base/tests/StagedInstallTest" 68 } 69 ] 70} 71