commit | 50939ad1051ea622505b64ca1dbe7ae665dc7cef | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Dec 09 17:57:37 2022 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Dec 12 11:23:59 2022 +0000 |
tree | ee34aeec7e3418332ece8ee1b9e6f460b04e41e7 | |
parent | a53cb32b32acecc9e01c1b5428f1c6bc27a11595 [diff] |
libvmbase: Make ARM routines whole_static Instead of linking the libc dependencies at the point where we link the final executable, package them - once - in libvmbase. Even though this results in larger intermediate static libraries, it does not affect the final size of the binaries. Test: m pvmfw_img && atest vmbase_example.integration_test Change-Id: I5cb23af019cc11a4bb7b3493d75f68b577793735
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.