summaryrefslogtreecommitdiffstats
path: root/shell_and_utilities/Android.bp
blob: 3ccb92f1bc0669d6e589a3002faf30463cefb5f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
phony {
    name: "shell_and_utilities",
    required: [
        "awk",
        "awk_vendor",
        "bzip2",
        "grep",
        "grep_vendor",
        "mkshrc",
        "mkshrc_vendor",
        "reboot",
        "sh",
        "sh_vendor",
        "toolbox",
        "toolbox_vendor",
        "toybox",
        "toybox_vendor",
    ],
}