commit | be8330c837b53a4731320f0aa23378a4b34ea66a | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Thu Oct 19 08:55:07 2023 +0000 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Wed Jan 10 10:39:48 2024 +0900 |
tree | 402400b2fd737901dc37ac4fd81cdbd2de9652d9 | |
parent | ebb649e3899f244317de0912b6c00941b5427e62 [diff] |
[rialto] Re-sign rialto with the release key Bug: 279886264 Test: atest --host sign_virt_apex_test Test: sign_virt_apex <private key> <com.android.virt path> Test: sign_virt_apex --verify <correct private key> <com.android.virt path> Test: sign_virt_apex --verify <incorrect private key> <com.android.virt path> # Should throw AssertionError Change-Id: Ibb3659139690cd4e4ebebe8bb0a1e9b32859b265
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: