commit | b18d163a199a86e58e05b8baa9c58eef63e4dffa | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Wed Jan 10 11:08:19 2024 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Wed Jan 10 11:16:41 2024 +0900 |
tree | e7ca1bb7c9d2d6cf2aaf593dfe835a5558822d43 | |
parent | be8330c837b53a4731320f0aa23378a4b34ea66a [diff] |
Fill missing avb property when resigning virt apex. Bug: 319035607 Test: atest --host sign_virt_apex_test Test: sign_virt_apex <private key> <virt_apex dir> Test: sign_virt_apex --verify <private key> <virt_apex_dir> Test: avbtool info_image --image <artifacts before resigning> Test: avbtool info_image --image <artifacts after resigning> Change-Id: I095f5180a2e69eb90447e12089c3535dcae3ebcd
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: