Add strace to microdroid image

This makes it easier to debug some problems.

Bug: None
Test: use strace in the VM
Change-Id: Iafae572f1f1b66481d28197d5747c308b03b1f6c
This commit is contained in:
Victor Hsieh 2021-07-21 08:49:10 -07:00
parent 8cbf1bc405
commit 1ef3cb7a62
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ package {
microdroid_shell_and_utilities = [
"reboot",
"sh",
"strace",
"toolbox",
"toybox",
]