commit | 0ef4938e480a384076ad0f5a9ad6a33574c2ba60 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Fri Nov 18 14:28:08 2022 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Fri Nov 18 17:25:10 2022 +0000 |
tree | e189ee301757c7cf71a759342f056c90167f7999 | |
parent | 6b40c48a51ceabbac146371f6141b39cb6230066 [diff] |
Cleanup Android.bp:framework-virtualization There are a bunch of variables that are already set in the framework-module-defaults, so there is no need to duplicate them. Also disable the JavaApiUsedByMainlineModule check, since we are not an updatable module we don't need it, and it's quite spammy. As a side effect of this change our tests & demo apks need to compile against framework-virtualization.impl library (which includes the hidden APIs). Once the APIs are promoted to @SystemApi we can change the tests to compile against framework-virtualization (which contains the API stubs). Bug: 243512044 Test: presubmit Change-Id: Ib614d266f7a9cb8517afccd4feb737068b51fb20
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.