| commit | 874b1874f674b5a029fdd5bdd2967751a91352b0 | [log] [tgz] |
|---|---|---|
| author | Frederick Mayle <fmayle@google.com> | Tue Jul 08 16:34:57 2025 -0700 |
| committer | Frederick Mayle <fmayle@google.com> | Tue Jul 15 10:17:55 2025 -0700 |
| tree | 5471587a37a140ba5723549d1380067ebffd0a82 | |
| parent | 5747c685bc5871bb9845cf3d4c5e460427f7aeaf [diff] |
microdroid_manager, dice: serialize byte arrays as CBOR byte strings Makes the serialized data more compact + the generated code is slightly shorter (microdroid_manager binary: 1,793,721 -> 1,786,789 bytes). Test: TH Bug: 390723761 Flag: EXEMPT ... Change-Id: I98854971b5f3bc04a5534a3b04199427b61cdcf9
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: