commit | a128bad1bc910a43610a7b8cccfbc316380d819f | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Sep 20 16:53:57 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Sep 20 16:55:40 2024 +0900 |
tree | caa929c7209b55a91fd10efe48041b371cc33ebe | |
parent | 7df960988895318b26a239c748b6f15bae371e56 [diff] |
Add a script to build the debian guest image for AVF Bug: 363237196 Test: run sudo ./build.sh image.raw adb push image.raw /data/local/tmp/ adb shell "/apex/com.android.virt/bin/crosvm run \ --disable-sandbox --bios /apex/com.android.virt/etc/u-boot.bin \ --rwdisk /data/local/tmp/image.raw \ --serial=hardware=serial,num=1,type=stdout,stdin,console,earlycon \ --cpus 8 \ --mem 4096 -p root=/dev/vda1" Change-Id: I363850a293e306c92ff6539bf9ca8edb580d3db2
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: