commit | ca0d27eebf9ea5ef71c9c0b0108b5c488f30d36c | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Oct 03 11:26:13 2022 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Wed Nov 23 14:32:45 2022 +0000 |
tree | 386dc6401add4b2d3d0822077c0b05379dd0a366 | |
parent | 06cba6fd5fc71f80e0b034e0036880ff15a3b800 [diff] |
Migrate VirtualMachine API to @SystemApi Mark all the public members of the existing internal platform API as @SystemApi (except for some @TestApi methods). Update system-current.txt & test-current.txt to match. Modify the demo app and the test APK and dependencies to build against system / test SDK (respectively), instead of the implementation JAR / platform APIs. (We still use platform APIs for the native payload code though.) Bug: 243512115 Test: atest MicrodroidTests MicrodroidHostTestCases Test: Install & run demo app CTS-Coverage-Bug: 244561836 Change-Id: Ibfffbb221f3ac37e03d5cfdbc9208428eeadbb9f
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.