#include "base/System.h" | |
namespace android { | |
namespace base { | |
std::string getEnvironmentVariable(const std::string& key) { | |
return {}; | |
} | |
void setEnvironmentVariable(const std::string& key) { | |
} | |
bool isVerboseLogging() { | |
return false; | |
} | |
} // namespace base | |
} // namespace android |