blob: b660ec9d6d719739c1c548f6d491b6a0f6a5e913 [file] [log] [blame]
#include <cutils/properties.h>
extern "C" {
int property_get(const char* key, char* value, const char* default_value)
{
return 0;
}
}