android_system_core/shell_and_utilities/Android.bp
Yabin Cui 1eb462ba11 Add simpleperf in system shell utilities.
This is to ship simpleperf on user device.

Bug: 118835348
Test: build.
Change-Id: Ice37fc672d4d273fff67b3ffe49f2e83929fdc9f
2019-01-17 15:28:00 -08:00

51 lines
944 B
Text

phony {
name: "shell_and_utilities",
required: [
"shell_and_utilities_system",
"shell_and_utilities_recovery",
"shell_and_utilities_vendor",
],
}
phony {
name: "shell_and_utilities_system",
required: [
"awk",
"bzip2",
"grep",
"logwrapper",
"mkshrc",
"newfs_msdos",
"reboot",
"sh",
"simpleperf",
"tcpdump",
"toolbox",
"toybox",
"unzip",
],
}
phony {
name: "shell_and_utilities_recovery",
required: [
"grep.recovery",
"sh.recovery",
"toolbox.recovery",
"toybox.recovery",
"unzip.recovery",
],
}
phony {
name: "shell_and_utilities_vendor",
required: [
"awk_vendor",
"grep_vendor",
"logwrapper_vendor",
"mkshrc_vendor",
"sh_vendor",
"toolbox_vendor",
"toybox_vendor",
],
}