commit | 3ad58c36dc9ae4cfed84d1354f4e1ab56eb51f74 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Thu Jun 13 08:59:29 2024 +0000 |
committer | Jaewan Kim <jaewan@google.com> | Sun Jun 23 00:20:43 2024 +0900 |
tree | 02c17199c443b87537d805bfaf76fa652dc94503 | |
parent | 3f3f6116e276b032c889f1c886001fce3a77b5cf [diff] |
Ferrochrome: Re-enable tests with more safe guards This CL includes following changes - Ensure whether adb root success - Find and launch VM launcher based on intent action - Ensure that both host and DUT have enough space - Ensure arm64 arch - Ensure non-virtual device - Remove pushed image when test is finished (kill vmlauncher for it) - Enable verbose log by 'set -x' Bug: 346742552 Change-Id: I74eb02821d3979f7548e15551a3e1c51938d9f71 Test: Locally on aosp_shiba, \ tangorpro with go/abtd/run/L12000030004706790
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: