commit | 02f6ce7fcea733ee9b791a3630e0ba952bc7cee5 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Jul 22 13:11:51 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Jul 23 00:48:32 2024 +0900 |
tree | c29875eade8c1ca0069124ead32449dddaf54451 | |
parent | 371477afa662ea4d07f22e380f0feb03c5120676 [diff] |
Move java/jni to libs/libvirtualization_jni java/jni/Android.bp has two modules. * libvirtualizationservice_jni * libvirtualmachine_jni Since we can't name the directory to either of the two libraries, invent a new "virtual" name libvirtualization_jni Bug: 352458998 Test: pass TH Change-Id: I30fcfd9150cdadbfa9db6edcf611b395691572f0
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: