Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
008e41230a702ddb4c558fca95af5d84d56b51cb
/
.
/
src
/
art.cc
blob: 08ae34d9bbf0c56b390f61a68f9b6a232eff4842 [
file
] [
log
] [
blame
]
// Copyright 2011 Google Inc. All Rights Reserved.
#include
"art.h"
namespace
art
{
bool
Art
::
Startup
()
{
return
true
;
}
void
Art
::
Shutdown
()
{
}
}
// namespace art