blob: f627a4680de81b3a0f6fd0605f52e3e61cdf7b0d [file] [log] [blame]
// Copyright 2011 Google Inc. All Rights Reserved.
#include "src/runtime.h"
namespace art {
bool Runtime::Startup() {
return true;
}
void Runtime::Shutdown() {
}
} // namespace art