commit | d022ff25cd75bc4cc769e638635480154d41e063 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Jul 23 17:16:24 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Jul 23 22:16:59 2024 +0900 |
tree | f6fd195eebbefbc9796376a4095f9f7d00597f6e | |
parent | ab3f016ea7f0d3c5e1c8e69d88da9c35eadb69f5 [diff] |
More refactoring on android display service * Use reference over pointer if possible (allows us to skip null checking) * Delete the auto-generated constructor and destructor * Remove some of the duplicated code Bug: N/A Test: m Change-Id: I9741a38fe068a5a560071a0237bdadafaa9c4066
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: