commit | 5c1d9c0f2cdc757a6597d189b3925a48ebf83088 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Sep 01 11:10:32 2022 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Thu Sep 01 13:41:43 2022 +0100 |
tree | 227a8e00db0fe001efd783bfde4f173dda8f9c2c | |
parent | 8e77b805adc87428d9c4f6bb066bb316f52ca807 [diff] |
Make our javalib more self-contained Statically link HypervisorProperties, since it's inaccessible to app code, with jarjar rules to rename it and remove the unneeded sysprops. This allows clients that are compiled against our stubs to run correctly. These changes were originally included in https://r.android.com/2192919, but they are useful now, before the API is officially exposed, to allow for experimentation. Bug: 242828259 Bug: 243512240 Test: Build test APK against stubs, atest MicrodroidHostTests Change-Id: I6ec49d0a4c9a80100f184f23821b6e9d4ce265f9
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.