commit | dfe16d6fa166d611df4f3435f951e1dfd5398f1f | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Apr 20 17:32:12 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Apr 26 10:08:11 2022 +0900 |
tree | 31107e010c4ebe2322333323d599afa058cdd78a | |
parent | 876158cdfa8c636d77f977b78a4d8200beeebb17 [diff] |
Set task profile when running compilation VM Use the new VMCompilationPerformance profile when running the compilation VM to speed up. To do so, VirtualMachine{App|Raw}Config parcelables are extended and the vm tool was also extended to accept "--task-profiles" flag. Bug: 223790172 Test: adb shell /apex/com.android.compos/bin/composd_cmd test-compile Change-Id: I4b24ea353b6f93316ecdfe1023b3b8d315d57cc8
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.