commit | aa2fa5c0c68a403492ecc97ed9011af987b0b890 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Oct 11 16:13:57 2023 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Wed Oct 11 16:21:20 2023 +0100 |
tree | fd9799c2481207c6afdee3c1d9d6af84a42e3648 | |
parent | 892e7309ebf7887f640e4381849836d2f88538a5 [diff] |
Simplify ziputils zip_sections was taking a reader by value and then returning it. But we don't have to do that - for both Read and Seek, if X satisfies the trait then so does &mut X. So if the caller wants to retain their reader, they can just pass us a mutable reference to it. Bug: 299591171 Test: atest libapkverify.test libapkverify.integration_test Change-Id: Ic849d3c15843a712c8014c342569a42e7becf4b8
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: