commit | a32178e1dc48638b288737abcad36b704609cd15 | [log] [tgz] |
---|---|---|
author | Jeremy Compostella <jeremy.compostella@intel.com> | Fri Apr 15 13:32:54 2016 +0200 |
committer | Amit Pundir <amit.pundir@linaro.org> | Tue Aug 28 16:46:04 2018 +0530 |
tree | e23c6f8ce3418e2007fa0db6c22f5a4a40b0f16b | |
parent | 415060403aca87e923f626f9ff762b01de8b1c4b [diff] |
ANDROID: dm: android-verity: use name_to_dev_t This patch makes android_verity_ctr() parse its block device string parameter with name_to_dev_t(). It allows the use of less hardware related block device reference like PARTUUID for instance. Change-Id: Idb84453e70cc11abd5ef3a0adfbb16f8b5feaf07 Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>