From c762aef75dba7a726fb77986178468c761092ce8 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Wed, 16 Oct 2019 16:48:10 -0700 Subject: [PATCH] TEST_MAPPING += hidl_implementation_test All HALs should have a known cf impl or be whitelisted. Bug: 141567104 Test: hidl_implementation_test Change-Id: I99568da80e6e36f3f5607b3f4f1e644f52ce69d2 --- TEST_MAPPING | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TEST_MAPPING diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 0000000000..98e125b78c --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,8 @@ +{ + "presubmit": [ + { + "name": "hidl_implementation_test" + } + ] +} +