commit | 01010afb25b1dd2c57be137ef81ac5d041b8f318 | [log] [tgz] |
---|---|---|
author | Braden Kell <bradenkell@google.com> | Mon Jul 10 22:40:37 2023 +0000 |
committer | Braden Kell <bradenkell@google.com> | Tue Jul 11 22:53:34 2023 +0000 |
tree | f7d391e31377934b10f7dd83aebab140acc1dd28 | |
parent | 3829b64a7ae64df4c26e6397108c709021918730 [diff] |
Fix st_blksize type for riscv64 Add a cfg check for riscv64 so that st_blksize uses an int rather than a long, as is done on aarch64. This fixes a compiler error when building authfs test targets. Bug: 286142463 Test: Build authfs_device_test_src_lib for riscv64 Change-Id: Ib04f60c21c6e057a343d20fb840a9149f47da639
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:
How-Tos: