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

Commit c21dcef9 authored by Conley Owens's avatar Conley Owens Committed by Android Git Automerger
Browse files

am 45e8fc6b: am 8621b5ea: am 212282c3: am 80dbd2a7: Merge "Fix build error in...

am 45e8fc6b: am 8621b5ea: am 212282c3: am 80dbd2a7: Merge "Fix build error in init when building with bootchart"

* commit '45e8fc6b':
  Fix build error in init when building with bootchart
parents 2d3205d2 45e8fc6b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -677,6 +677,8 @@ static int bootchart_init_action(int nargs, char **args)
    } else {
        NOTICE("bootcharting ignored\n");
    }

    return 0;
}
#endif