diff options
author | David Anderson <dvander@google.com> | 2019-05-07 14:02:46 -0700 |
---|---|---|
committer | David Anderson <dvander@google.com> | 2019-05-09 15:14:13 -0700 |
commit | e17405fd9c8e59bcb505bf28d6110176170bbc58 (patch) | |
tree | 97afadb1b3712fcbd0e03ea7dac32fec71969743 /libunwindstack/tests/MemoryCacheTest.cpp | |
parent | 72fe284022888fb72e35763dc63bb0eef5638863 (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
Diffstat (limited to 'libunwindstack/tests/MemoryCacheTest.cpp')
0 files changed, 0 insertions, 0 deletions