diff options
| author | Yabin Cui <yabinc@google.com> | 2019-01-17 15:26:55 -0800 |
|---|---|---|
| committer | Yabin Cui <yabinc@google.com> | 2019-01-17 15:28:00 -0800 |
| commit | 1eb462ba115241af98610cfc8037ac7fecd2f182 (patch) | |
| tree | b26c7a5e4e8239af592f472022368577ee77fdf8 | |
| parent | b43440ba79955a42b1786c1eda02318b2518e9eb (diff) | |
| download | system_core-1eb462ba115241af98610cfc8037ac7fecd2f182.tar.gz system_core-1eb462ba115241af98610cfc8037ac7fecd2f182.tar.bz2 system_core-1eb462ba115241af98610cfc8037ac7fecd2f182.zip | |
Add simpleperf in system shell utilities.
This is to ship simpleperf on user device.
Bug: 118835348
Test: build.
Change-Id: Ice37fc672d4d273fff67b3ffe49f2e83929fdc9f
| -rw-r--r-- | shell_and_utilities/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp index 2d4a26f17..cb5c5cb95 100644 --- a/shell_and_utilities/Android.bp +++ b/shell_and_utilities/Android.bp @@ -18,6 +18,7 @@ phony { "newfs_msdos", "reboot", "sh", + "simpleperf", "tcpdump", "toolbox", "toybox", |
