commit | 856e3becce3518c65f7e679fc8b05653dcd7556a | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Sep 24 21:59:45 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Sep 25 00:07:23 2024 +0900 |
tree | 0c762b4c91ef776d9259da67e710067fd3bcaa5c | |
parent | dacad1ebc48e0d38d630e7ec0f9c8db59b994136 [diff] |
Custommize mountdisks.BASE as well Also use parted to get the offset and size of the partitions in bytes. We need to know the size of the root partition (not just its offset) because the end of the disk is gpt. Bug: N/A Test: cd package/modules/Virtualization/build/debian && sudo docker run -v $(pwd):/root/git --privileged -it ubuntu::22.04 bash /root/git/build.sh Change-Id: Ic4367ff7fd8555ee89735e0cc1cd7f98ca5b41ff
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: