commit | d6377b4af9cae1530df31633135a955b2c047e54 | [log] [tgz] |
---|---|---|
author | Henri Chataing <henrichataing@google.com> | Fri Nov 10 16:21:02 2023 +0000 |
committer | Henri Chataing <henrichataing@google.com> | Mon Nov 13 23:12:47 2023 +0000 |
tree | 6286bd2ed89c75becc1aa97f34c9ecd1a693b7e8 | |
parent | 2acf573762004d07ceb49a5bdbc2ab0266059524 [diff] |
Remove include of <stdnoreturn.h> <stdnoreturn.h> defines the macro 'noreturn', which breaks uses of __attribute__((noreturn)) in the code. This particular issue is triggered when updating fmtlib to v10.1.1 Bug: 310046696 Test: mmm packages/modules/Virtualization Change-Id: I427a0f53a1619ff19323f481f4f6fa8f0f4899fd
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: