commit | cf9c24e13e455f0f03385c7e74bdd934002aef12 | [log] [tgz] |
---|---|---|
author | Nikita Putikhin <nputikhin@google.com> | Tue Jul 16 12:42:14 2024 +0200 |
committer | Nikita Putikhin <nputikhin@google.com> | Tue Jul 16 12:16:01 2024 +0000 |
tree | 8dedaed9db0f943df8b9214c988512ae71f41489 | |
parent | ca89cd41340727f077064fc074fb21bceb724a2e [diff] |
Use relative paths instead of full paths in the vmbase test Soong deploys data files into the same folder as the test binary, so the relative paths should be sufficient and make the test less brittle. Filepaths for writeable files are affected - they are written into the specific test folder instead of the parent: - before: /data/local/tmp/vmbase_example.integration_test/empty_disk.img - after: /data/local/tmp/vmbase_example.integration_test/arm64/empty_disk.img This should not affect the test. Bug: 350479879 Test: v2/android-kvm-team/avf_presubmit_tests Change-Id: Ib877d9fc893e36cab7ebce4111a3a27ca02deb12
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: