summaryrefslogtreecommitdiff
path: root/src/android_stub/hardware_stub.cpp
blob: 4cb973fd2acd4dd357e4270e943701032a9adba8 (plain)
1
2
3
4
5
6
7
8
9
10
#include <hardware/hardware.h>

extern "C" {

int hw_get_module(const char *id, const struct hw_module_t **module)
{
   return 0;
}

}