commit | 48221bafc259540bb9ec416d734590f57ac0b3b2 | [log] [tgz] |
---|---|---|
author | Keir Fraser <keirf@google.com> | Fri Jul 12 14:05:02 2024 +0000 |
committer | Keir Fraser <keirf@google.com> | Fri Jul 12 14:18:31 2024 +0000 |
tree | 1a29f611384f559b5629ab8dce1ce3e29739fcac | |
parent | 46e76e88834d3dac8f9883a563009f02cb9509d5 [diff] |
Remove onTrimMemory dependency from the VM AIDL API Instead implement raw {get,set}MemoryBalloon APIs, and leave onTrimMemory handling to VirtualMachine. Bug: 333354548 Test: atest com.android.microdroid.benchmark.MicrodroidBenchmarks#testMemoryReclaim Change-Id: I8c70afc1b1a6ee322610cd40427ddc515eb1b575
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: