commit | 247741a4af66f2d8f75583ca6bb67842d4d87a3b | [log] [tgz] |
---|---|---|
author | Willis Kung <williskung@google.com> | Fri Nov 08 16:20:03 2024 -0800 |
committer | Willis Kung <williskung@google.com> | Tue Nov 12 17:04:18 2024 -0800 |
tree | 8e2e3442ead479b1dbd3ea458ab6c617932311d0 | |
parent | 63bb20dfa8bccfacf1c9db2b9c65d60c7fe47b06 [diff] |
Adding parameter for trusty_security_vm_launcher vCPU configuration vCPU configuration: ONE_CPU (default): --cpu-topology one-cpu MATCH_HOST: --cpu-topology match-host Bug: 361761876 Test: /system_ext/bin/trusty_security_vm_launcher \ --kernel /system_ext/etc/hw/desktop_lk_test.elf \ --memory-size-mib 192 \ --cpu-topology match-host Flag: EXEMPT desktop only changes Change-Id: I8d37494539cc284c3fb5238cc74bd7c28fe5509e
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: