diff options
author | Steven Moreland <smoreland@google.com> | 2019-10-16 16:48:10 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-10-16 16:48:10 -0700 |
commit | c762aef75dba7a726fb77986178468c761092ce8 (patch) | |
tree | 140af09121a03cb1fb20ca169144554f35817d9a /TEST_MAPPING | |
parent | 80694d55ca88b52b176a5dc979835e5ffdb9343c (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: I99568da80e6e36f3f5607b3f4f1e644f52ce69d2
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 8 |
1 files changed, 8 insertions, 0 deletions
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" + } + ] +} + |