aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2012-07-20reverts commit ac70763974e9ba20e6d87c1db7981b4da9cc2456 which breaks the ↵Romain Perier
daemon on android.
2012-07-18* Code refactoringRomain Perier
* Open uinput and create a virtual input device on demand: the virtual device is created on the first connection, it is destroyed when the last one is closed.
2012-07-04Don't define LOCAL_MODULE_CLASS and LOCAL_IS_HOST_MODULE, these variables ↵Romain Perier
are already defined by including $(BUILD_HOST_EXECUTABLE)
2012-07-04compile the host client in Android build systemVishal Bhoj
Signed-off-by: Romain Perier <bambi@ubuntu.com>
2012-07-04Add codeRomain Perier