commit | e04fac8ac603eedca85c25bc86abc8dc2a8da7da | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Thu Oct 31 15:53:46 2024 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Thu Oct 31 15:53:46 2024 +0900 |
tree | fb1b69d848986142df48351739eeaf2d769a245b | |
parent | 17e0cee39d129c68fb5201f17fe4051cbce81498 [diff] |
Host can send required infos to the guest for performing forwarding. Since forwarder_guest_launcher is not implemented in 100%, we should manually run forwarder_guest_launcher with `--host-addr 192.168.0.1`, and accessing `http://localhost:12345` to check the log printed at forwarder_guest_launcher. Bug: 340126051 Test: Manual test described above. Change-Id: If3a7784fb29febc3fed8653297fa6c840ef22b49
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: