summaryrefslogtreecommitdiff
path: root/boot_control_copy/bootinfo.cpp
AgeCommit message (Collapse)Author
2020-10-27boot_control_copy: format filesThiƩbaud Weksteen
Format *.cpp according to the new .clang-format-2. The following command was used to generate this change: $ find . \( -name \*.cpp -o -name \*.h \) -exec clang-format \ --style=file -i {} \; Test: mm Bug: 171699326 Change-Id: I0b5681b2c0b72770f327e6783eb90eb05250a7ac
2019-12-17Remove the dependency on bootloader_messageTianjie Xu
Now that we move libboot_control to boot/1.1, the definition of bootloader_message_ab will hide behind the implementation details for vendor HALs. As this library isn't used in practice, we just inline the offset here. Bug: 131775112 Test: build Change-Id: I64babcad6a421cab5858ab818f392eca196a0fe2
2019-01-30Add android::fs_mgr namespace for new Fstab codeTom Cherry
Test: treehugger Change-Id: I6ed1afb59eed03ca5a7d06a697ac8b04e74f494d
2019-01-29Move to new Fstab classTom Cherry
Test: treehugger Change-Id: I1873022abde51b71b49e8d89bdaada044530987a
2018-03-31boot_control_copy: Use libbootloader_message.Tao Bao
<bootloader.h> has been exported by libbootloader_message as <bootloader_message/bootloader_message.h>. Test: mmma -j system/extras/boot_control_copy Change-Id: I013bbb393906a19acd95f3c5fb8905f7aa0d7ed1
2017-09-28boot_control_copy: switching to C++Bowgo Tsai
fs_mgr_get_entry_for_mount_point() is switching to a C++ only API (using std::string). Do a minimum conversion here to adopt that change. Bug: 67024518 Test: make and boot sailfish Change-Id: I191fd0043815d75a799eb4001437abb107af6e79