commit | e182386c0e5f80691531538a263a4236ac411fc4 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Wed Apr 20 16:28:49 2022 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Fri Apr 22 13:23:39 2022 +0000 |
tree | 94f695b2721d32cde7b93ff92aeab0da5cf67434 | |
parent | dfb73376a9cbc11e01c84b6e22ca758425926511 [diff] |
No need for C++ STL, but we might need libc for memset &c. LLVM may emit references to memcmp, memcpy, memmove and memset, so they need to be provided by something. The implementations from libc will do for now. Bug: 223166344 Test: Ran as unprotected VM bootloader under crosvm. Change-Id: If5d73c630f2eed8378ce13aa3ce75b1a57ea9814
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.