commit | 38b9e713bd5fd598050982adb617ba1e36a7a62c | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Feb 08 15:55:07 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Feb 08 16:21:28 2024 +0000 |
tree | 8654979299798f76fb50b0f2edc0571021d41afe | |
parent | cd18984d3e31ac61b9e446a2cd22db3365d0f6b4 [diff] |
Introduce avf_build_flags_cc cc_defaults These are similar to avf_build_rust_build flags, but for cc_* soong modules. In the immediate future this will be used for flag guarding virtcpu-freq related changes to platform.dts. This patch also adds avf_build_flags_cc as cc_defaults to all our existing cc_* soong modules Test: builds Bug: 284369518 Change-Id: I19152675802548cd9efba30a40bccdbb14867fe1
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: