commit | 9803fbf30b7847d27f1f8bf024c2d51363bcd998 | [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 | 1d173395603713e7b5dd5c6536b1532a619e603e [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