From 80604abe0fe1275a838ec9daf5eea8aec3f74ab3 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Wed, 21 Oct 2020 17:26:08 -0700 Subject: [PATCH] Add shell_and_utilities_vendor_ramdisk Test: build it Bug: 156098440 Change-Id: I8dbddd57e5569d5db969b83ae77a36f839806583 --- shell_and_utilities/Android.bp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp index f83c43ea3..5e013fe82 100644 --- a/shell_and_utilities/Android.bp +++ b/shell_and_utilities/Android.bp @@ -51,3 +51,13 @@ phony { "toybox_vendor", ], } + +// shell and utilities for first stage console. The list of binaries are +// enough for debugging purposes. +phony { + name: "shell_and_utilities_vendor_ramdisk", + required: [ + "sh.vendor_ramdisk", + "toybox.vendor_ramdisk", + ], +}