commit | 8448f44f8b579d722e34b7dd78ac6773be3f0d0c | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Tue May 07 14:02:46 2019 -0700 |
committer | David Anderson <dvander@google.com> | Thu May 09 15:14:13 2019 -0700 |
tree | 97afadb1b3712fcbd0e03ea7dac32fec71969743 | |
parent | 163cb7ab235f2f75bf3abec368ebc12215df4dc8 [diff] |
libdm: Add dm-crypt and dm-default-key support to libdm. Also, add an Emplace() method to DmTable to make target construction easier. For example, table.AddTarget(std::make_unique<DmTargetLinear>(...)); Becomes: table.Emplace<DmTargetLinear>(...); Bug: 132206403 Test: libdm_test gtest Change-Id: Iac62c74546ebaa660cb32d6894a019bdac24a305