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

Commit 05afe5ae 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

am: 51a4cfb7

Change-Id: Ide43a91ee1352b47180758708e0188f3ef1af6d7
parents 20d709b9 51a4cfb7
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"],
}