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

* commit '8621b5ea475822499128e6f138a9dfc224bbb569':
  Fix build error in init when building with bootchart
This commit is contained in:
Conley Owens 2011-07-25 12:21:21 -07:00 committed by Android Git Automerger
commit 45e8fc6bfd
1 changed files with 2 additions and 0 deletions

View File

@ -673,6 +673,8 @@ static int bootchart_init_action(int nargs, char **args)
} else {
NOTICE("bootcharting ignored\n");
}
return 0;
}
#endif