summaryrefslogtreecommitdiffstats
path: root/boot_control/legacy_boot_control.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-26Move libboot_control to boot_control 1.1Tianjie Xu1-115/+0
It should belong to the default /misc implementation of boot control 1.1. Right now, it's only used by cuttlefish. So move it over to reduce confusion in bootloader_message. Bug: 131775112 Test: build Change-Id: If09bc6f4cc8adf74c8798048c8e54ec94566abaa (cherry picked from commit dc4d2a70db40a302cb7001ddbc41816e7187d5c5)
2019-12-17Move libboot_control to boot_control 1.1Tianjie Xu1-115/+0
It should belong to the default /misc implementation of boot control 1.1. Right now, it's only used by cuttlefish. So move it over to reduce confusion in bootloader_message. Bug: 131775112 Test: build Change-Id: If09bc6f4cc8adf74c8798048c8e54ec94566abaa
2019-08-30Refactor boot_control into a separate library.David Anderson1-0/+115
This extracts the implementation of boot_control into a new library, libboot_control. The bootctrl.default module now wraps this library. This refactoring will allow us to re-use the same implementation in HIDL. Bug: 138861550 Test: mm bootctrl.default Change-Id: Ic0558da3c2d8e6f5ebec63a497825c24b51623b7