Home | History | Annotate | only in /external/rmi4utils
Up to higher level directory
NameDateSize
Android.mk21-Aug-201866
Application.mk21-Aug-2018139
f54test/21-Aug-2018
LICENSE21-Aug-201810K
Makefile21-Aug-2018400
MODULE_LICENSE_APACHE221-Aug-20180
NOTICE21-Aug-201810K
README21-Aug-2018454
rmi4update/21-Aug-2018
rmidevice/21-Aug-2018
rmihidtool/21-Aug-2018

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