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", + ], +}