From 83186dddb20f3203ee4838ee99afc02dd5e6a357 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Wed, 24 Apr 2019 21:34:17 -0700 Subject: 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 --- TEST_MAPPING | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TEST_MAPPING') diff --git a/TEST_MAPPING b/TEST_MAPPING index a7c34ddaa..c87ece24e 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -8,6 +8,10 @@ }, { "name": "recovery_component_test" + }, + { + "name": "recovery_host_test", + "host": true } ] } -- cgit v1.2.3