commit | b3dcfc2b5b37a7baa3538589f633b20893629284 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Wed Sep 20 10:20:52 2023 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Thu Oct 12 00:53:14 2023 +0000 |
tree | 63f9382648e4ca06e2287ce1bb1dd84c1763719a | |
parent | 6a94d402a3464c6bca84f8dc311bf643509f5298 [diff] |
libfdt: Fix method documentation style Four methods documentation style changes: - Uses 3rd person declarative. e.g. 'Opens the file' rather than 'Open the file' - Ends documentations with comma. - Uses 'Returns' for getter documentation instead of get and retrieve. - Matches comment verbs with method name. Test: TH Bug: N/A Change-Id: I9a395b82931bc5ae5d791fb65fd0fca11d31e05b
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:
How-Tos: