commit | f6a28789a4a767e676762c5877bb751b0f7eb67c | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Oct 16 16:52:50 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Oct 16 16:52:50 2019 -0700 |
tree | 8d56b6a310a48464317f7c7c993ab7ca72d7e703 | |
parent | 3a453efbae8e0942e4db6ef741be6a6988d928fe [diff] |
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
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" } ] }