078be01072
Bug: 144452110 Test: atest :carsysui-presubmit under packages/CarSystemUI directory. Change-Id: Icec563e6dc2ee4ad27a8a961caa1ffd97ce68d54
24 lines
417 B
Plaintext
24 lines
417 B
Plaintext
{
|
|
"auto-end-to-end-presubmit": [
|
|
{
|
|
"name": "AndroidAutoUiTests",
|
|
"options" : [
|
|
{
|
|
"include-filter": "android.test.functional.auto.apps.HomeHelperTest"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
|
|
"carsysui-presubmit": [
|
|
{
|
|
"name": "CarSystemUITests",
|
|
"options" : [
|
|
{
|
|
"include-annotation": "com.android.systemui.car.CarSystemUiTest"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|