1phony { 2 name: "shell_and_utilities", 3 required: [ 4 "shell_and_utilities_system", 5 "shell_and_utilities_recovery", 6 "shell_and_utilities_vendor", 7 ], 8} 9 10phony { 11 name: "shell_and_utilities_system", 12 required: [ 13 "auditctl", 14 "awk", 15 "bc", 16 "bzip2", 17 "ldd", 18 "logwrapper", 19 "mini-keyctl", 20 "mkshrc", 21 "newfs_msdos", 22 "reboot", 23 "sh", 24 "simpleperf", 25 "simpleperf_app_runner", 26 "tcpdump", 27 "toolbox", 28 "toybox", 29 "ziptool", 30 ], 31} 32 33phony { 34 name: "shell_and_utilities_recovery", 35 required: [ 36 "sh.recovery", 37 "toolbox.recovery", 38 "toybox.recovery", 39 "ziptool.recovery", 40 ], 41} 42 43phony { 44 name: "shell_and_utilities_vendor", 45 required: [ 46 "awk_vendor", 47 "logwrapper_vendor", 48 "mkshrc_vendor", 49 "sh_vendor", 50 "toolbox_vendor", 51 "toybox_vendor", 52 ], 53} 54