commit | c40a3ccc6b8c77fd1385acd3ca6feff673b7adea | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Fri Mar 22 20:33:48 2024 +0900 |
committer | Yi Kong <yikong@google.com> | Mon Mar 25 15:41:21 2024 +0900 |
tree | 301d6dc278a8a63a191f07033199cd1c05a6597a | |
parent | 7167e1a27e4d41e909466d1263a848f32caaa9e4 [diff] |
Set --lto-O0 to reduce binary size Full LTO optimization causes the binary size to increase and break test. Since rialto is sensitive to binary size, set `--lto-O0` so that we do not turn on full LTO optimization for the module, which is the default after aosp/3009938. Test: atest Bug: 330749502 Change-Id: I093caa5a99a906f4d0a31cf462bf6a08ec97addf
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: