commit | 80d28f5d86d8dc55e839b3a5e321fa91feb1a715 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Mon Jun 25 16:12:21 2018 -0700 |
committer | David Anderson <dvander@google.com> | Tue Jun 26 12:41:47 2018 -0700 |
tree | 52909054487f4747cae734d7b232224d216ff081 | |
parent | 2c3c20dcf48f94cfee858abbaeea2770adc68292 [diff] |
fs_mgr: Use libdm for fs_mgr_verity. This change uses libdm to replace the hand-coded ioctl code in fs_mgr_verity. Since AVB2 is now preferred to AVB1, this is a surgical change to allow us to remove fs_mgr_dm_ioctl. Rather than refactor the target string construction code, we instead provide a DmTargetVerityString class which passes a raw parameter string directly to DmTable. Bug: 110035986 Test: AVB1 device still boots Change-Id: Iad88993a98abb388a12cec9e6d4543dfb4157414