runtime.cc revision 7b21670581d13db32f1384a3b2692bcfc8f57320
1#include "art.h"
2
3namespace android {
4namespace runtime {
5
6bool Art::Startup() {
7  return true;
8}
9
10void Art::Shutdown() {
11}
12
13} }  // namespace
14