Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a242a4ba authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Split shell_and_utilities into partition parts."

parents 73e90463 ca38c796
Loading
Loading
Loading
Loading
+29 −8
Original line number Diff line number Diff line
phony {
    name: "shell_and_utilities",
    required: [
        "shell_and_utilities_system",
        "shell_and_utilities_recovery",
        "shell_and_utilities_vendor",
    ],
}

phony {
    name: "shell_and_utilities_system",
    required: [
        "awk",
        "awk_vendor",
        "bzip2",
        "grep",
        "grep_vendor",
        "logwrapper",
        "logwrapper_vendor",
        "mkshrc",
        "mkshrc_vendor",
        "newfs_msdos",
        "reboot",
        "sh",
        "sh.recovery",
        "sh_vendor",
        "toolbox",
        "toolbox.recovery",
        "toolbox_vendor",
        "toybox",
    ],
}

phony {
    name: "shell_and_utilities_recovery",
    required: [
        "sh.recovery",
        "toolbox.recovery",
        "toybox.recovery",
    ],
}

phony {
    name: "shell_and_utilities_vendor",
    required: [
        "awk_vendor",
        "grep_vendor",
        "logwrapper_vendor",
        "mkshrc_vendor",
        "sh_vendor",
        "toolbox_vendor",
        "toybox_vendor",
    ],
}