commit | adc9a02b4a246a927c08d87e5400ea85ceaf653c | [log] [tgz] |
---|---|---|
author | Elie Kheirallah <khei@google.com> | Thu Mar 06 19:03:10 2025 +0000 |
committer | Elie Kheirallah <khei@google.com> | Thu Mar 06 19:09:38 2025 +0000 |
tree | 68d0d33b65c764b5d99bd4a1745159b646699693 | |
parent | 43b21e586ef43926067649bd0b37f06101c9a7e2 [diff] |
Check ro.vendor.api_level first in ensureVmUpdatableSupported() Change getVendorApiLevel to getVsrApiLevel, which checks first the value of ro.vendor.api_level. getVendorApiLevel gets ro.board.api_level, which can be updated. Bug: 378406246 Test: TH Change-Id: Icf69412301a86ccf5086f965937c303d3c421fd8
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: