commit | 6e6413f59b38dedc2145da5484102ab18b860a14 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Nov 29 16:21:32 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Nov 29 17:02:05 2024 +0900 |
tree | ed72aea3b50a152744868c76ebe12a55aae15aa6 | |
parent | 879ee4a92fdf834462c5f55d3673f1690e7e354c [diff] |
Add the release script Bug: 376784944 Test: ./release.sh: finds latest images for both archictures and uploads them to the <arch>/<build> directory. ./release.sh -d latest: do the same as above, but loads them to the <arch>/latest directory. ./release.sh -a aarch64 -b 283: uploads aarch64 image for build id 283 to the aarch64/283 directory. Change-Id: I4cc5c1eff06fa96072bdf751e4d62348cc257192
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: