commit | 0f237113344839b7e44cd1765adfa8413ad5ccce | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Mon Sep 11 23:29:57 2023 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Mon Sep 11 23:30:33 2023 +0900 |
tree | 070c6821d022d65708aa11cb512ec7e46a8f52b0 | |
parent | f3482600a5764ce8c853f2d51c43767454f080ec [diff] |
Make microdroid_init_debug_policy buildable for AIDEGen AIDEGen requires all depedent modules to independably buildable. However, Rust module doesn't creates phony target if installable is false, so remove unnecessary 'installable: false' to address build failure in microdroid_init_debug_policy. Bug: N/A Test: aidegen -i v packages/modules/Virtualization/ external/rust/crates/ external/crosvm/ Change-Id: I642adb13b68f2e2240cba8f737d03f175f717797
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: