commit | c85e4ef5c698f42db2e58309a779f6fc264fc7c6 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Mon Oct 18 15:28:53 2021 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Wed Oct 27 15:07:51 2021 +0000 |
tree | 18ebc3b51f6836b1a2cf10af094058a36cf7253d | |
parent | 2218f0b8edcfb978d547b19b960c11603cf4e461 [diff] |
Refactor: use callback instead of returning a reference The callback paradigm removes the burden of dealing with the returned reference lifetime. This also paves the way to mutate the data with _mut their variants. Bug: 203251769 Test: atest AuthFsHostTest Change-Id: Ibcb1974030da1b6345a8ad858c5dd901891030de
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.