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

Commit b46d97b9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "dumpstate: declare dependencies on external tools."

parents 48b34b37 c1e0917e
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -87,6 +87,32 @@ cc_binary {
        "utils.cpp",
        "dumpstate.cpp",
    ],
    required: [
        "atrace",
        "df",
        "getprop",
        "ip",
        "iptables",
        "ip6tables",
        "kill",
        "librank",
        "logcat",
        "logcompressor",
        "lsmod",
        "lsof",
        "netstat",
        "parse_radio_log",
        "printenv",
        "procrank",
        "screencap",
        "showmap",
        "ss",
        "storaged",
        "top",
        "uptime",
        "vdc",
        "vril-dump",
    ],
    init_rc: ["dumpstate.rc"],
}