Home | History | Annotate | only in /external/rmi4utils
Up to higher level directory
NameDateSize
Android.mk06-Dec-201665
Application.mk06-Dec-2016139
f54test/06-Dec-2016
LICENSE06-Dec-201610K
Makefile06-Dec-2016400
README06-Dec-2016454
rmi4update/06-Dec-2016
rmidevice/06-Dec-2016
rmihidtool/06-Dec-2016

README

      1 Build on Linux:
      2 $ make
      3 
      4 Build for Android:
      5 This tool depends on HIDRAW being compiled into the Android device's kernel. This may not be enabled by default. When developing on platforms you may need to rebuild the kernel to enable it.
      6 
      7 Then:
      8 Install the latest verison of the Android NDK.
      9 Copy from the kernel source include/linux/hid.h and include/linux/hidraw.h to $(ANDROID_NDK)/platforms/android-19/arch-arm/usr/include/linux/
     10 Then run:
     11 $ make android