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

Commit 79ee02db authored by Yo Chiang's avatar Yo Chiang Committed by Automerger Merge Worker
Browse files

Merge "dumpstate: Fix required dependencies" am: 9a23df27 am: ddb42315

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1323972

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