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

Commit 80dbd2a7 authored by Conley Owens's avatar Conley Owens Committed by Android Code Review
Browse files

Merge "Fix build error in init when building with bootchart"

parents 3ddaa0ad 9ab8190e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -646,6 +646,8 @@ static int bootchart_init_action(int nargs, char **args)
    } else {
        NOTICE("bootcharting ignored\n");
    }

    return 0;
}
#endif