commit | 41ba35916cef3391b3f8c60e3475b5ee618b76b3 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Jul 26 14:58:11 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Jul 31 19:56:36 2024 +0900 |
tree | df7ced3da5e767cfc9ac101f13bf80492dae5041 | |
parent | 7114e9a48863bd07fb1c34cd97a8ee2361a7aa82 [diff] |
Refactor vm_config.json parsing routine The routine is separate into a dedicated class. The parsing is now done structurally using Gson. Bug: N/A Test: run Ferrochrome Change-Id: I25cac5e8a7a12a7a0e6493a9362a239e43a00274
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: