commit | c57c4dfacfc00c43aaa8b00c05e3f4dfd73cdadf | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Apr 15 16:51:01 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Apr 17 15:45:59 2024 +0100 |
tree | c17c101d934f7d27cb73718f765165cad9f7e1c0 | |
parent | e4d9f391470f928d1b3abb419a654ec7850cefca [diff] |
virtmgr: Make new_with_debug_level() test-only According to its documentation, the method is only intended to be used by tests so only compile it when cfg(test) and limit its visibility to its crate. Add a test dedicated to the method so that other tests can be later specialized for DP. Test: atest virtualizationmanager_device_test Change-Id: I01559d3a6ae3a1d8a3dcd5d8f1dc41835d15edce
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: