commit | 5e0f2067554d59d38f08f4d98a4ce24376964af0 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Oct 12 14:00:46 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Oct 12 15:43:49 2021 +0900 |
tree | 50b3266db078e7a1f2d07c8a21552d8713dc46dc | |
parent | f821371bd9308cf55bed3e05a0365a6c9d75635c [diff] |
virtualizationservice: pass *CLASSPATH apexes to VM Apps can tell virtualizationservice to pass APEXes contributing *CLASSPATH environment variables to VM instance. In VM's config(json), app can add "apexes" entries like following. "apexes": [ { "name": "{BOOTCLASSPATH}" }, .. ] For now BOOTCLASSPATH, DEX2OATBOOTCLASSPATH, SYSTEMSERVERCLASSPATH variables are supported. Bug: 201788989 Test: atest virtualizationservice_device_test Test: atest MicrodroidHostTestCases Change-Id: I9295ffa0b66444fefc2839255e953f92bf755217
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.