commit | 18775b1f2b8426c4fe67d7d22acd1c5e99ba8456 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Tue Oct 12 17:42:48 2021 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Wed Oct 13 09:10:28 2021 -0700 |
tree | 482cebcaae7b94379d5c545fa739fd2e49ae0e41 | |
parent | 7a65f87126aa91d7bffbb76e5f54e3c442d9a6e6 [diff] |
Initiailize assumed BOOTCLASSPATH and DEX2OATBOOTCLASSPATH This change simply tells the VM to use Android's BOTTCLASSPATH and DEX2OATBOOTCLASSPATH. This won't work with staged APEXes, and we need to fix how the initialization is done. For now, having these environment variables set unblock a few changes. Bug: 198211396 Test: With local changes that fail without these env variables, ComposHostTestCases passed with this change. Change-Id: If4ccb9fb2dbea0658b6667878c848bb51df43cde
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.