commit | cbbb849ab089fdd5a11ef9bc8f133f01e2d3c940 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Apr 21 15:19:32 2023 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Apr 21 21:43:29 2023 +0100 |
tree | c398fbde87b29d9ac26756707318d0aaece0cdb6 | |
parent | bfa0d4c4a90a61961a73d492d9a1f8d9704e5906 [diff] |
vmbase: Merge .init into .text There's no need to have 2 distinct sections and this currently wastes image bytes as the linker/compiler want .text to have 2KiB alignment while the size of .init is only 552 bytes, wasting ~1.5KiB on padding. Test: m pvmfw_bin && readelf -SW pvmfw Change-Id: I16012c8e31e16ef228ed75845c7b0d30d9c4c152
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.