From 1eb462ba115241af98610cfc8037ac7fecd2f182 Mon Sep 17 00:00:00 2001 From: Yabin Cui Date: Thu, 17 Jan 2019 15:26:55 -0800 Subject: [PATCH] Add simpleperf in system shell utilities. This is to ship simpleperf on user device. Bug: 118835348 Test: build. Change-Id: Ice37fc672d4d273fff67b3ffe49f2e83929fdc9f --- shell_and_utilities/Android.bp | 1 + 1 file changed, 1 insertion(+) 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",