blob: 6306778c446a8af4f8a84a688f88ff1475f75596 [file] [log] [blame]
#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