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

Commit 9a23df27 authored by Yo Chiang's avatar Yo Chiang Committed by Gerrit Code Review
Browse files

Merge "dumpstate: Fix required dependencies"

parents ee959e95 1151baf2
Loading
Loading
Loading
Loading
+2 −11
Original line number Original line Diff line number Diff line
@@ -110,29 +110,20 @@ cc_binary {
    ],
    ],
    required: [
    required: [
        "atrace",
        "atrace",
        "df",
        "getprop",
        "ip",
        "ip",
        "iptables",
        "iptables",
        "ip6tables",
        "kill",
        "librank",
        "librank",
        "logcat",
        "logcat",
        "lpdump",
        "lpdump",
        "lpdumpd",
        "lpdumpd",
        "lsmod",
        "lsof",
        "netstat",
        "printenv",
        "procrank",
        "procrank",
        "screencap",
        "screencap",
        "showmap",
        "showmap",
        "ss",
        "ss",
        "storaged",
        "storaged",
        "top",
        "toolbox",
        "uptime",
        "toybox",
        "vdc",
        "vdc",
        "vril-dump",
    ],
    ],
    init_rc: ["dumpstate.rc"],
    init_rc: ["dumpstate.rc"],
}
}