commit | bbc07d76e120297b96ec734423ffcb983b2f7d20 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Apr 20 17:32:12 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Apr 27 08:40:14 2022 +0900 |
tree | cb524b6f78932c5d9273445f8dbd7174ebb53a58 | |
parent | 3998ae36b9b2f28f054a56252093c640fdbd52d1 [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. Ignore-AOSP-First: cherry-pick from AOSP Bug: 223790172 Test: adb shell /apex/com.android.compos/bin/composd_cmd test-compile Merged-In: I4b24ea353b6f93316ecdfe1023b3b8d315d57cc8 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.