commit | bcc2ec27fe5e722e9ca250e3c7c6125c2f193457 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Oct 31 17:02:50 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Mon Nov 28 11:15:29 2022 +0000 |
tree | 81f25b763b5fcc855e8d5d0f2c1ee050099db642 | |
parent | 03a8770262e22f9a333cc1b8349d08c260e33b08 [diff] |
libvm_payload as a cc_library Define a symbole file for libvm_payload, and request stubs. Make sure the clients build against the stubs. Mark the implementation as not required, to prevent the missing dependencies check triggering; it is actually present at runtime inside Microdroid. Bug: 243512108 Bug: 255920361 Test: atest MicrodroidTests Test: composd-cmd test-compile Change-Id: I78c33b6fba706fd0e52435ac13d02a25171862f1
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.