28 lines
484 B
Plaintext
28 lines
484 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "NearbyUnitTests"
|
|
},
|
|
{
|
|
"name": "NearbyIntegrationPrivilegedTests"
|
|
},
|
|
{
|
|
"name": "NearbyIntegrationUntrustedTests"
|
|
},
|
|
{
|
|
"name": "NearbyIntegrationUiTests"
|
|
}
|
|
],
|
|
"postsubmit": [
|
|
{
|
|
"name": "NearbyUnitTests"
|
|
}
|
|
]
|
|
// TODO(b/193602229): uncomment once it's supported.
|
|
//"mainline-presubmit": [
|
|
// {
|
|
// "name": "NearbyUnitTests[com.google.android.nearby.apex]"
|
|
// }
|
|
//]
|
|
}
|