commit | f79c572a0e38ed349d472b37242a9a2b2039a373 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Mon Dec 16 17:29:57 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Dec 17 01:02:35 2024 -0800 |
tree | daf48fc8460c8f562d1d8ab83b52710a154e2606 | |
parent | 83701da8663a9b080de5c97ad2be0399fe4c76ba [diff] |
Support checking partitions for APEXes Currently virtmgr only checks the root directory to find partitions of files. But then vendor APEX files are regarded as non-vendor because "apex" != "vendor". Preinstalled paths in apex info list must be used. Bug: 383969737 Test: run vm tool with vendor APEX files Change-Id: If93e22c733b085a049f2f78d7b71f9f919eae5be
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: