android_system_core/shell_and_utilities/Android.bp
Sandeep Patil 3c8476cd99 shell_and_utils: add vendor shell and toybox targets
Bug: 36463595
Test: Build and boot.

Change-Id: I245d1755546fa597e941badce251c2e8293e998e
Signed-off-by: Sandeep Patil <sspatil@google.com>
(cherry picked from commit 52b20877dc)
2017-05-23 12:58:47 -07:00

16 lines
273 B
Text

phony {
name: "shell_and_utilities",
required: [
"bzip2",
"grep",
"gzip",
"mkshrc",
"mkshrc_vendor",
"reboot",
"sh",
"sh_vendor",
"toolbox",
"toybox",
"toybox_vendor",
],
}