summaryrefslogtreecommitdiffstats
path: root/shell_and_utilities/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'shell_and_utilities/Android.bp')
-rw-r--r--shell_and_utilities/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp
new file mode 100644
index 000000000..81cf315aa
--- /dev/null
+++ b/shell_and_utilities/Android.bp
@@ -0,0 +1,13 @@
+phony {
+ name: "shell_and_utilities",
+ required: [
+ "bzip2",
+ "grep",
+ "gzip",
+ "mkshrc",
+ "reboot",
+ "sh",
+ "toolbox",
+ "toybox",
+ ],
+}