Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
1fb8620309a4e94d11879aabc33364acfa733904
/
.
/
src
/
runtime.cc
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