commit | 384b22ce587766fb985dffaafee4c804b18c0109 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Wed Jun 28 11:22:00 2023 -0700 |
committer | David Anderson <dvander@google.com> | Mon Aug 07 12:01:24 2023 -0700 |
tree | 18e99bbf684d561ca6b21ee711a23a2c99b13e5a | |
parent | 2cffe186ada6ddc3e474a0be97c9d74e12c4b880 [diff] |
snapuserd: Add an IBlockServerFactory abstraction. To avoid SnapshotHandler hardcoding specifics about dm-user, this patch adds a factory interface, responsible for providing IBlockServerOpener objects. The test harness will use this to facilitate dm-user-less testing on host devices. Bug: 288273605 Test: snapuserd_test Change-Id: Ifd33c28ee7076f30a8a90f745353893188f97a08