commit | 92472514a93d4372df0a682457664b6a2aa104b4 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Jan 04 11:48:38 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Thu Jan 06 10:53:28 2022 +0000 |
tree | a3e833918db3226932322d78399b602a3afe5a55 | |
parent | 46ac3866f177ecf3a2d0d7318573ffdf34da7f96 [diff] |
Run derive_classpath in VM This allows us to get an accurate list of APEXes that contribute to the classpaths, including staged APEXes. (Note that derive_classpath itself is in an APEX, and we will run it from a staged APEX if appropriate.) Add com.android.sdkext (which contains derive_classpath) as an explicit dependency; also fixed formatting while I was at it. Remove the old initializeClasspaths method as it is now redudant. Tweaked build.prop values to allow derive_classpath to run; more work is needed though (b/189164487). Bug: 200808307 Test: composd_cmd test-compile Change-Id: Iae677274ebac1cdf721c5497c1d82eb22d2277db
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.