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
This commit is contained in:
Julien Desprez
2021-02-04 09:18:30 -08:00
parent 4a3d05551a
commit 5829ccc65d
2 changed files with 0 additions and 5 deletions

View File

@@ -84,7 +84,6 @@ cc_test_host {
static_libs: [
"libviewcompiler",
],
test_suites: ["general-tests"],
}
cc_binary_host {

View File

@@ -10,10 +10,6 @@
"include-filter": "android.view.cts.PrecompiledLayoutTest"
}
]
},
{
"name": "view-compiler-tests",
"host": true
}
]
}