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