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

Commit 51a4cfb7 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "dumpstate: declare dependencies on external tools." am: b46d97b9

am: 84b44144

Change-Id: I09d92b0383a3f37969978cbf5dea8b7135c304ee
parents c2fcafca 84b44144
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -100,6 +100,32 @@ cc_binary {
        "dumpstate.cpp",
        "main.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"],
}