Merge "Switch to a shell_and_utilities phony module."
am: 2aeed10a28
Change-Id: Id1a3cd08ad08793c49d1f8618b87ae9712619196
This commit is contained in:
commit
40fa93dbf0
1 changed files with 13 additions and 0 deletions
13
shell_and_utilities/Android.bp
Normal file
13
shell_and_utilities/Android.bp
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
phony {
|
||||||
|
name: "shell_and_utilities",
|
||||||
|
required: [
|
||||||
|
"bzip2",
|
||||||
|
"grep",
|
||||||
|
"gzip",
|
||||||
|
"mkshrc",
|
||||||
|
"reboot",
|
||||||
|
"sh",
|
||||||
|
"toolbox",
|
||||||
|
"toybox",
|
||||||
|
],
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue