commit | 50e2ebeb9780ce6f8cb462c7ed6d6665ca39e261 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Mon Oct 24 17:16:25 2022 +0100 |
committer | Nikita Ioffe <ioffe@google.com> | Tue Nov 15 08:30:35 2022 +0000 |
tree | cd049058805f2397e6df6cf8924367d9de1c6703 | |
parent | 67024de73d500432a6faf419b425e4dc9e6ef271 [diff] |
Unconditionally install com.android.virt APEX For devices that enable AVF (i.e. they include p/m/Virtualization/apex/product_packages.mk) the build system install the "full" variant of the com.android.virt APEX (i.e. with the crossvm, virtualization_service, microdroid, et.al.). On the other hand, for the rest of the devices (a.k.a. devices that disable AVF) we will install "almost empty" variant of the com.android.virt APEX (so far it only has the app that defines permissions, soon it will also include the BCP jar). Bug: 243512044 Test: build & flash oriole Test: build & flash redfin Change-Id: Ic78320b0616ff083b506c91d86f5573b39177e81
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.