commit | 4b4a51928abc461296f08542d46e9eff6a2211be | [log] [tgz] |
---|---|---|
author | Karuna Wadhera <kwadhera@google.com> | Tue Jun 11 19:45:30 2024 +0000 |
committer | Karuna Wadhera <kwadhera@google.com> | Wed Jun 26 13:18:14 2024 +0000 |
tree | db0a46ac0393a099224a290f5751e3ff9aed6e2a | |
parent | a7866789f5dee302bec55dbf85877d797a1fe5ef [diff] |
Adjust tests to account for new DICE mode check * rialto/tests/test.rs: The test is augmented to allow any mode for non-protected VMs. * ComposTestCase.java: The test is using a debug mode VM, which translates to a debug mode dice chain, so the test is augmented to allow any mode. Bug: 318483637 Test: atest rialto_test && atest ComposHostTestCases Change-Id: I70ddefddd8cb61eaccb2eae879582c214e95ae03
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: