commit | 4bff0d63e4ca621cb88fac5ff5d363edd6ead8de | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Oct 28 14:29:59 2022 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Mon Oct 31 09:26:50 2022 +0000 |
tree | 0dafd01826011ce9069670385537886f1c2e91c6 | |
parent | 257f72c919b971b1c1752249dfd03b80256c6f7d [diff] |
Statically link runtime libraries libbase and libc++ don't have stable interfaces & aren't part of the NDK, so we need to bundle them. But we don't need all of them, and our payload is (mostly) a single .so, so we might as well statically link only the parts we need. Bug: 255920361 Test: atest MicrodroidTests Change-Id: I60164921227249fef0447fe6c64647419d485dbc
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.