commit | b66d2a08f0ea155e067f9be2f5ad10bfcb106830 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Jun 15 13:10:58 2022 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Jun 17 10:22:17 2022 -0700 |
tree | 4a0363cc9bd2f1978ee7cc1d9624f39aa3e69eae | |
parent | 309f54042ff471d66c2d5ef2d3c4ed77e102ea10 [diff] |
Add a wrapper for callers of BootControl HAL We are switching BootControl from HIDL to AIDL. All clients must be compatible with both implementations. To ease implementation, create a wrapper that will use AIDL if possible, and fallback to HIDL otherwise. Test: th Bug: 227536004 Change-Id: Ia40cb384058a0052f7c5c39766534c23a095ca59