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 --- tests/Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Android.bp') diff --git a/tests/Android.bp b/tests/Android.bp index 09ef716d6..2e5334d9e 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -197,6 +197,8 @@ cc_test_host { "libz", ], + test_suites: ["general-tests"], + data: ["testdata/*"], target: { -- cgit v1.2.3