commit | 6fc1837a5106ae1b1fddaa855501bda275b53156 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Nov 25 17:50:27 2021 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Wed Dec 01 09:31:30 2021 +0000 |
tree | 7e6c78e73c71a58484515c0d093c2c60c93b8ab2 | |
parent | bc200c5a0e471fe3fdf62a9faff542ff61ee3852 [diff] |
Start to add a function to compile staged APEXes Add a new method to IIsolatedCompilationService which will eventually run compilation over staged APEXes. Currently it doesn't, but it is slightly more realistic than the test compile (which I'm leaving in place since it's useful for testing) - we use the pending instance of compos (so odsign will attempt to verify the keys) and we run odrefresh --compile instead of --force-compile. For now the artifacts are still written to the test-artifacts directory so odsign doesn't see them. Bug: 205296305 Test: composd_cmd staged-apex-compile Change-Id: If4d449878e38a97aa0f1f1dbb71c9df9b86ca4d5
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.