commit | d9bdb65784a637b4debf1de42addcd1cf66cdebb | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Sep 17 15:42:45 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Fri Sep 20 11:36:22 2019 -0700 |
tree | 0ec5e49221c51e939443cb1e2619e0a37ed17a52 | |
parent | 4f35e0bc274200fd5d5128798320ed588971e353 [diff] |
libhwbinder 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: mma Change-Id: I9cf22217f17ad75ad6f23a7bbc63db47e9b821e8