From 5829ccc65d0103dc2b57b98d2f4dda9b1c5db607 Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Thu, 4 Feb 2021 09:18:30 -0800 Subject: Remove TEST_MAPPING entry based on go/a-unit-tests update cc_test_host now all run in presubmit without any need for explicit TEST_MAPPING Test: presubmit Bug: 177450457 Change-Id: I3dbc4aaa99237dfebf9604ef1e7b31fd88741b1e --- startop/view_compiler/Android.bp | 1 - startop/view_compiler/TEST_MAPPING | 4 ---- 2 files changed, 5 deletions(-) (limited to 'startop') diff --git a/startop/view_compiler/Android.bp b/startop/view_compiler/Android.bp index 7cc233b2439e..cac7b82adc2c 100644 --- a/startop/view_compiler/Android.bp +++ b/startop/view_compiler/Android.bp @@ -84,7 +84,6 @@ cc_test_host { static_libs: [ "libviewcompiler", ], - test_suites: ["general-tests"], } cc_binary_host { diff --git a/startop/view_compiler/TEST_MAPPING b/startop/view_compiler/TEST_MAPPING index 5f7d3f99ae81..791e47105ff9 100644 --- a/startop/view_compiler/TEST_MAPPING +++ b/startop/view_compiler/TEST_MAPPING @@ -10,10 +10,6 @@ "include-filter": "android.view.cts.PrecompiledLayoutTest" } ] - }, - { - "name": "view-compiler-tests", - "host": true } ] } -- cgit v1.2.3