Files
android_bootable_recovery/TEST_MAPPING
Tao Bao 83186dddb2 Add recovery_host_test to TEST_MAPPING.
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
2019-04-26 10:05:55 -07:00

18 lines
235 B
Plaintext

{
"presubmit": [
{
"name": "minadbd_test"
},
{
"name": "recovery_unit_test"
},
{
"name": "recovery_component_test"
},
{
"name": "recovery_host_test",
"host": true
}
]
}