Home | History | Annotate | only in /external/rmi4utils
Up to higher level directory
NameDateSize
Android.mk05-Oct-201765
Application.mk05-Oct-2017139
f54test/05-Oct-2017
LICENSE05-Oct-201710K
Makefile05-Oct-2017400
README05-Oct-2017454
rmi4update/05-Oct-2017
rmidevice/05-Oct-2017
rmihidtool/05-Oct-2017

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