commit | 2fd06ae41f66407dac14a33675fab05b829e7f08 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Mon Mar 27 10:52:14 2023 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Mar 28 11:00:58 2023 +0900 |
tree | f1525711e14384c41a4ef42dbdea62d3cf6e8240 | |
parent | 77c56f46d68a4f6d6b5821ebce1c3dd2340e2f5d [diff] |
Fix debugging payload command lldbclient.py pushes lldb server to /data/local/tmp. We need to remount /data as exec, because /data is noexec by default. Also there might be confusion why we need --chroot and --user, so this adds a note. Bug: 275058548 Test: manual Change-Id: Ibafc27d6733a1619fa3cb934b940b100981f6521
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.