commit | be5dee7a0edbffcd3be413b74c8027b9ec6e8c6b | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Wed Feb 21 19:06:20 2024 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Mon Feb 26 18:19:48 2024 +0000 |
tree | 0d841e0e09567df9bd21a0c660389408b97ab306 | |
parent | cdad6a3a233761694ffc55fa891d7ea8296a020b [diff] |
AVF to shift to default instance of Secretkeeper Use default instance of Sk, instead of nonsecure instance. The latter is (as the name indicated) not secure and was for testing only. Now that some test devices have secure implementation of Secretkeeper, shift to using the default instance. Bug: 291213394 Test: atest MicrodroidTests#encryptedStorageIsPersistent Change-Id: I3b9a2dad62dd239f58b8891084fa24f9625025c8
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: