commit | 854edebb2f310031da71d121986c7513c6a386ca | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Dec 16 10:57:55 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Fri Dec 16 11:38:44 2022 +0000 |
tree | 3fb6ff7d81008bc3d010ac2e23a90bc0fdbee253 | |
parent | e9d6cfb333cb4b9bd8013ddb5b668ad113e7c745 [diff] |
Restrict exception constructors Our exception type is public, to allow API clients to catch it. The constructors do not need to be part of the API, and do not need to be called by anything other than the VM API implementation, so don't mark them public. This allows us to add or remove constructors in the future. Bug: 261037705 Bug: 261089785 Test: Everything still builds Test: atest MicrodroidTests Change-Id: I31656353a82e13a9d26ca10b9c35458b47909b90
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.