commit | 41a7f4815f646ec507c2442ff45feb0c24179409 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Mar 25 13:17:58 2025 +0900 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Mar 26 18:57:20 2025 -0700 |
tree | 070dca9c6aecde997c1116ce97129b56daba63ca | |
parent | 968fbc3377e2b48ee0c8ece43029c0c7adf815fe [diff] |
Fix vts to use correct instance IDs Vendor VMs must use instance IDs starting with 0xFFFFFFFF. Flag: EXEMPT Bugfix Bug: 405935413 Test: atest vts_libavf_test (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a6e566b27f4ade9abd42c45745f0eddd956754f9) Merged-In: Id5cb1b1f01baf11406409ca07df8efacef020fce Change-Id: Id5cb1b1f01baf11406409ca07df8efacef020fce
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: