commit | 51789dee9fdcae1e162313394ff98ce615977cdf | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Fri Aug 06 16:50:49 2021 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Tue Aug 10 14:03:49 2021 -0700 |
tree | 96b3bd7c896325f31a5197c70e8e7a72bfa779b8 | |
parent | 6cebcff3b9c5e429181bc9fdf2d8c2f605bec81f [diff] |
Refactor compilation out of compsvc This change makes compsvc always uses dex2oat and no longer accepts generic executable. To make the next step of merging ICompService and ICompOsKeyService easier, the actual compilation setup is extracted from compsvc.rs into a new crate. Also, remove debuggable flag since it doesn't seem quite useful anymore. Bug: 194717985 Test: ComposHostTestCases Change-Id: Ided0c07afb69cd518aed3473d50c5fb695386ca7
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.