Carl Shapiro | 1fb8620 | 2011-06-27 17:43:13 -0700 | [diff] [blame^] | 1 | // Copyright 2011 Google Inc. All Rights Reserved. |
2 | |||||
3 | #include "src/runtime.h" | ||||
4 | |||||
5 | namespace art { | ||||
6 | |||||
7 | bool Runtime::Startup() { | ||||
8 | return true; | ||||
9 | } | ||||
10 | |||||
11 | void Runtime::Shutdown() { | ||||
12 | } | ||||
13 | |||||
14 | } // namespace art |