Merge "Switch to a shell_and_utilities phony module."
This commit is contained in:
commit
2aeed10a28
|
@ -0,0 +1,13 @@
|
|||
phony {
|
||||
name: "shell_and_utilities",
|
||||
required: [
|
||||
"bzip2",
|
||||
"grep",
|
||||
"gzip",
|
||||
"mkshrc",
|
||||
"reboot",
|
||||
"sh",
|
||||
"toolbox",
|
||||
"toybox",
|
||||
],
|
||||
}
|
Loading…
Reference in New Issue