commit | f7260f1c8cc35c725bc68f0471be3e6b391b0c3e | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Aug 30 17:25:21 2023 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Thu Aug 31 16:17:04 2023 +0100 |
tree | 36d73586957a4422c1d4b2baa2512ed97a0b1c24 | |
parent | 5797e5a0452cb9194c12ff3b42286b23de3ca6dd [diff] |
Remove statsd APEX, clean linkerconfig We don't actually use the statsd APEX in Microdroid, so remove it. Also simplify the code that adds the required APEXes, get rid of some unnecessary Vecs. Fix the tests to match the new behavior. I noticed a reference to related libraries in linker.config.json - but they seem to have no effect. Looking at the history we added this file as part of b/181093750 when we wanted the ART APEX in the VM. But that is only needed by CompOS, which works just fine without this. Most of the libraries mentioned here currently seem to exist in Microdroid's system/lib64, so I just removed them. Bug: 298195944 Test: atest virtualizationmanager_device_test Test: atest MicrodroidTests Test: composd_cmd test-compile Change-Id: Idf82bae9846d5d02371845edf0c6ef4c318b9625
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:
How-Tos: