commit | ba4af8ad40f49437b4a94c2d3a9362962390f22c | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Dec 20 17:32:37 2022 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Jan 09 19:03:03 2023 +0000 |
tree | f43b2e336fb82959dd453dc1723552b0153484c2 | |
parent | 5d786d39273a9971a0b46ec28e438f7a0a2b537b [diff] |
vmbase: Add support for fputs(), stdout, stderr Support printing to stdout and stderr from C by wrapping the corresponding crate::console functions. Implement fwrite() for when Clang substitutes fputs() for it, even if both symbols are undefined in the translation unit ... See LLVM's SimplifyLibCalls. Bug: 256148034 Test: - Change-Id: I9e77925f8003985ccbf1c625358cc81f7be11371
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.