commit | 80d41b0f4408d247a4c190780a990ca251175876 | [log] [tgz] |
---|---|---|
author | Oriol Prieto Gasco <opg@google.com> | Fri Mar 01 17:12:03 2024 +0000 |
committer | Oriol Prieto Gasco <opg@google.com> | Fri Mar 08 14:14:41 2024 +0000 |
tree | 5f1c70b80281e3c7e9a98384b4d528c9510c3791 | |
parent | 9b53f8d5a46ce03d86b6fd12f57fd4302e6f3921 [diff] |
Export flags used in FlaggedApi annotations Before calling a flagged API, client code must check the value of the flag which gates it. Those flags must be exported in order to be accessible from containers other than the container where the flag and the API are hosted. Bug: 320984775 Bug: 322839671 Test: m all_aconfig_declarations Test: printflags --format='{fully_qualified_name}:{is_exported}' | grep true Change-Id: I8e61f2237f301d44b97fd257c83d1c5e8cfc13c6
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: