platform_system_core/fs_mgr/libdm
Sandeep Patil efc5479085 fs_mgr: libdm: add support android-verity target.
The support for android-verity makes it possible for us to test
raw verified filesystem images to be attached to android-verity
target and have it verified by the kernel.

This makes the testing of android-verity device mapper target
much easier as it doesn't _have_ to be used for root mount.

Bug: 72722987
Test:
 $ losetup /dev/block/loop0 /data/local/tmp/verity_fs.img
 $ dmctl create verity-fs android-verity 0 4200 \
   Android:7e4333f9bba00adfe0ede979e28ed1920492b40f 7:0

Change-Id: Ica6bf5c6e1fd758fdb4005fc8a09755f369a8a0f
Signed-off-by: Sandeep Patil <sspatil@google.com>
2018-07-23 15:24:55 -07:00
..
include/libdm fs_mgr: libdm: add support android-verity target. 2018-07-23 15:24:55 -07:00
Android.bp libdm: Add unit tests for dm-linear. 2018-06-25 12:56:14 -07:00
dm.cpp fs_mgr: replace DM_TABLE_STATUS use with libdm. 2018-06-27 12:48:28 -07:00
dm_table.cpp libdm: Add DmTargetVerity and use it in fs_mgr_avb. 2018-06-25 17:56:12 -07:00
dm_target.cpp fs_mgr: libdm: add support android-verity target. 2018-07-23 15:24:55 -07:00
dm_test.cpp fs_mgr: replace DM_TABLE_STATUS use with libdm. 2018-06-27 12:48:28 -07:00
loop_control.cpp libdm: Add helper classes for loop control. 2018-06-25 11:37:51 -07:00
loop_control_test.cpp libdm: Add unit tests for dm-linear. 2018-06-25 12:56:14 -07:00
test_util.cpp libdm: Add unit tests for dm-linear. 2018-06-25 12:56:14 -07:00
test_util.h libdm: Add unit tests for dm-linear. 2018-06-25 12:56:14 -07:00