blob: 17c5aae49ac2815e28a3476a6e7425dbdd813e01 [file] [log] [blame]
#include "art.h"
namespace android {
namespace runtime {
bool Art::Startup() {
return true;
}
void Art::Shutdown() {
}
} } // namespace