summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-10-16 16:52:50 -0700
committerSteven Moreland <smoreland@google.com>2019-10-16 16:52:50 -0700
commitf6a28789a4a767e676762c5877bb751b0f7eb67c (patch)
tree8d56b6a310a48464317f7c7c993ab7ca72d7e703
parent3a453efbae8e0942e4db6ef741be6a6988d928fe (diff)
downloadlibhidl-f6a28789a4a767e676762c5877bb751b0f7eb67c.tar.gz
TEST_MAPPING += hidl_implementation_test
All HALs should have a known cf impl or be whitelisted. Bug: 141567104 Test: hidl_implementation_test Change-Id: I021afe9164a67880e521878eb7141b8c2baab730
-rw-r--r--TEST_MAPPING3
1 files changed, 3 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 3e17fc4..c4a663e 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,6 +2,9 @@
"presubmit": [
{
"name": "libhidl_test"
+ },
+ {
+ "name": "hidl_implementation_test"
}
]
}