commit | 44e99ffbb4432dcd0490e5ac98b1c80378825a81 | [log] [tgz] |
---|---|---|
author | dimitry <dimitry@google.com> | Tue Apr 02 15:34:57 2024 +0200 |
committer | dimitry <dimitry@google.com> | Tue Apr 02 15:41:39 2024 +0200 |
tree | 4fea1d432e2e2df4336223d80f04fc9ae78e4a7f | |
parent | 1bd0c615e4b4c162023a218bda01823cb1bcd749 [diff] |
guest_loader: Store dlerror in GuestLoader Guest and host loaders share tls slot that is used to store dlerror. To work around this issue, store dlerror on the GuestLoader side Bug: http://b/323895877 Test: run CtsCameraTests and check that error message is coming from the guest loader. Change-Id: I59354e5ad3c54f659f0db532e95236eb013f9e5f
Berberis: dynamic binary translator to run Android apps with riscv64 native code on x86_64 devices or emulators.