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

Commit c1e0917e authored by Elliott Hughes's avatar Elliott Hughes
Browse files

dumpstate: declare dependencies on external tools.

Bug: N/A
Test: builds
Change-Id: Id64ce3b15306bed726b869d39e0c8c6086f69fa3
parent 48b34b37
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"],
}