commit | 135377356103862cbee61f18071183515ab08a60 | [log] [tgz] |
---|---|---|
author | Christoffer Adamsen <christofferqa@google.com> | Mon Jan 06 17:22:22 2025 +0100 |
committer | Christoffer Adamsen <christofferqa@google.com> | Tue Jan 07 15:11:23 2025 +0100 |
tree | 3153ba7e36f7c8357f67d52905bdf6267a0cfdc0 | |
parent | 47fda65135bc809eb29d6170e9197277500f8598 [diff] |
Explicitly keep default constructor in rules without members R8 implicitly keeps the default constructor when no member rules are specified. Future versions of R8 will require apps to explicitly keep the default constructors that are required for the build to work. This conservatively changes all keep rules that currently keep the default constructor to explicitly keep the default constructor. Future work will attempt to tighten up the rules that do not require the default constructor to be kept. Bug: 373579455 Test: existing Change-Id: I74e5bec8c154358b3d841a06b688cfb0520f6e36
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: