commit | a1dba656750e0beef5d439e72b71ea8559ce1a33 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Thu Jan 21 11:29:10 2021 +0000 |
committer | Narayan Kamath <narayan@google.com> | Mon Jan 25 16:45:35 2021 +0000 |
tree | fe3e17bff6982550c337df6d02131b83f05ee87e | |
parent | 8bf124b0d1b767bbd47ac2440c0f408da516e8a6 [diff] |
StorageManager: Properly convert FAT volume identifiers. FAT volume identifiers are randomly generated 32-bit identifiers that are not UUIDs as per the spec. However, we need to coerce them into UUIDs because several storage APIs are defined in terms of UUIDs. We need a follow up change to properly return UUIDs for public volumes in order to complete developer support. Test: atest StorageManagerTest Bug: 166129035 Change-Id: Icaa4f3485af698ab7163031c540aa2b27d1e1f16