commit | 2056cf3eee33bee6e75e0cffbeea931118cbb1e2 | [log] [tgz] |
---|---|---|
author | Steven Moreland <[email protected]> | Tue Sep 17 17:41:02 2019 -0700 |
committer | Steven Moreland <[email protected]> | Fri Sep 20 11:35:09 2019 -0700 |
tree | 787624c02ec834ed96ede78eda7075c44fcf871d | |
parent | 23c28f5e21a6749e4df8e11eaa3c70f12fa9c616 [diff] |
HIDL stuff on host. The motivation of this is for quickly running unit tests of HAL implementations on host. Before, you would have to abstract away HIDL stuff, but now, you can just call a class that inherits from HIDL stuff directly. Currently, there is no binder or passthrough support on host though. This is only for unit tests of C++ classes. Bug: 124524556 Test: libhidl_test on host Change-Id: I922060e48406ca196fbf864e549c05f5e1113d62