OSDN Git Service

android: Fix haltest build on Linux
authorSzymon Janc <szymon.janc@tieto.com>
Thu, 17 Oct 2013 20:28:38 +0000 (22:28 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 18 Oct 2013 07:14:52 +0000 (10:14 +0300)
commit11c3ef8a932dbb2da49299b6d31a6c1d73ce7325
tree659caa855ae7a14dc4daf1f32e9e66243fc45589
parent848c12cc710c0b69740fba863b82a8db55ded780
android: Fix haltest build on Linux

On Linux HAL library is build into haltest binary and can be access
directly. Provide simple implementation of hw_get_module() that does
it.
Makefile.android
android/client/hwmodule.c [new file with mode: 0644]