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:
parent
8cbf1bc405
commit
1ef3cb7a62
|
@ -5,6 +5,7 @@ package {
|
|||
microdroid_shell_and_utilities = [
|
||||
"reboot",
|
||||
"sh",
|
||||
"strace",
|
||||
"toolbox",
|
||||
"toybox",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue