Home | History | Annotate | only in /external/rmi4utils
Up to higher level directory
NameDateSize
Application.mk22-Oct-2020139
f54test/22-Oct-2020
LICENSE22-Oct-202010K
Makefile22-Oct-2020400
MODULE_LICENSE_APACHE222-Oct-20200
NOTICE22-Oct-202010K
OWNERS22-Oct-202046
README22-Oct-2020454
rmi4update/22-Oct-2020
rmidevice/22-Oct-2020
rmihidtool/22-Oct-2020

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