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
5 files changed
tree: c29875eade8c1ca0069124ead32449dddaf54451
  1. android/
  2. authfs/
  3. build/
  4. compos/
  5. docs/
  6. ferrochrome_app/
  7. guest/
  8. java/
  9. libs/
  10. service_vm/
  11. tests/
  12. vmlauncher_app/
  13. .clang-format
  14. .gitignore
  15. dice_for_avf_guest.cddl
  16. OWNERS
  17. PREUPLOAD.cfg
  18. README.md
  19. rustfmt.toml
  20. TEST_MAPPING
README.md

Android Virtualization Framework (AVF)

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: