Also remove the AndroidTest.xml file, which is no longer needed (the `data` property in Android.bp takes care of that). The AndroidTest.xml file would otherwise block `atest recovery_host_test` from running. Test: TreeHugger; check the test result. Change-Id: If545878a1f3ae627986e19a94b42162f133b9098
18 lines
235 B
Plaintext
18 lines
235 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "minadbd_test"
|
|
},
|
|
{
|
|
"name": "recovery_unit_test"
|
|
},
|
|
{
|
|
"name": "recovery_component_test"
|
|
},
|
|
{
|
|
"name": "recovery_host_test",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|