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

Commit 4a0a834c authored by Dan Willemsen's avatar Dan Willemsen
Browse files

anrd is moving from xbin -> bin

Soong doesn't support installation into xbin, we're moving binaries to
being installed into the bin directory instead.

Test: none
Change-Id: I5a7d808ed74062ee03493d61728016f50281131f
parent a60de57f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -305,7 +305,7 @@ static bool dump_anrd_trace() {
    }
    }


    // find anrd's pid if it is running.
    // find anrd's pid if it is running.
    pid = GetPidByName("/system/xbin/anrd");
    pid = GetPidByName("/system/bin/anrd");


    if (pid > 0) {
    if (pid > 0) {
        if (stat(trace_path, &st) == 0) {
        if (stat(trace_path, &st) == 0) {