commit | 1ef3cb7a62a7ae18a9cf8e872119c7e0a037c9b4 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Wed Jul 21 08:49:10 2021 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Wed Jul 21 08:49:10 2021 -0700 |
tree | e9bbef25004e9630cf280320dedfe575d5f66440 | |
parent | 8cbf1bc40599d6e5ee0a166d4bc8fed5b14d4d83 [diff] [blame] |
Add strace to microdroid image This makes it easier to debug some problems. Bug: None Test: use strace in the VM Change-Id: Iafae572f1f1b66481d28197d5747c308b03b1f6c
diff --git a/microdroid/Android.bp b/microdroid/Android.bp index 5fb5ab4..a5b2898 100644 --- a/microdroid/Android.bp +++ b/microdroid/Android.bp
@@ -5,6 +5,7 @@ microdroid_shell_and_utilities = [ "reboot", "sh", + "strace", "toolbox", "toybox", ]