summaryrefslogtreecommitdiff
path: root/1.1/impl
AgeCommit message (Collapse)Author
2022-01-20Expose 1.1 impl via cc_defaultsHEADtachibanasugisawaLuK1337
* Needed for device specific gpt-utils. Change-Id: I1d9e1b4727728f776594f630f639bd4ca7c4309c
2020-01-29Add support for Boot Control Hal 1.1.P.Adarsh Reddy
The 1.1 impl lib is named as "android.hardware.boot@1.0-impl-1.1-qti". This is to serve 1.0 clients with the existing 1.0 getService call. 1.1 AOSP clients get the 1.0 instance and cast it to 1.1, and use 1.1 APIs (on virtual a/b enabled devices). This makes use of the AOSP's libboot_control helper library to call the 1.1 APIs to read/write to misc partition. Change-Id: I65df17f4719949a4d54acdc18c3ef02458063f05