commit | 3c6d4d4fc6b9c0b1466945c509b6a1a8e8a79b7a | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Oct 14 17:22:47 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Oct 17 12:56:50 2022 +0100 |
tree | d19872d1d0500d2479d2454c9d6376e3c1189a61 | |
parent | 35e9c1e17e7347392f3119a6db01ab654c8fc707 [diff] |
vmbase: sections.ld: Fix bin_end as LMA As the location counter seems to keep counting from the VMA addresses (in the writable_data MEMORY), manually compute the linker variable to ensure that it points to the actual end of the binary, in the image MEMORY. Bug: 238050226 Test: atest vmbase_example.integration_test Change-Id: I00616aaebee82a82e2860ce22966a40e374d49c0
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.