mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 13:38:19 +02:00
11 lines
140 B
C++
11 lines
140 B
C++
|
|
#include <cutils/properties.h>
|
||
|
|
|
||
|
|
extern "C" {
|
||
|
|
|
||
|
|
int property_get(const char* key, char* value, const char* default_value)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|