From 3c8476cd9997283ea66601b63c72d4b08c7ca5c1 Mon Sep 17 00:00:00 2001 From: Sandeep Patil Date: Fri, 19 May 2017 13:22:51 -0700 Subject: [PATCH] shell_and_utils: add vendor shell and toybox targets Bug: 36463595 Test: Build and boot. Change-Id: I245d1755546fa597e941badce251c2e8293e998e Signed-off-by: Sandeep Patil (cherry picked from commit 52b20877dc5c9dfcc7ba995c916490072e066b7b) --- shell_and_utilities/Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp index 81cf315aa..4f4fc5d8e 100644 --- a/shell_and_utilities/Android.bp +++ b/shell_and_utilities/Android.bp @@ -5,9 +5,12 @@ phony { "grep", "gzip", "mkshrc", + "mkshrc_vendor", "reboot", "sh", + "sh_vendor", "toolbox", "toybox", + "toybox_vendor", ], }