mesa/src/android_stub/hardware_stub.cpp

11 lines
135 B
C++

#include <hardware/hardware.h>
extern "C" {
int hw_get_module(const char *id, const struct hw_module_t **module)
{
return 0;
}
}