android_mt6572_jiabo/external/rmi4utils
2025-09-05 16:56:03 +08:00
..
f54test first commit 2025-09-05 16:56:03 +08:00
rmi4update first commit 2025-09-05 16:56:03 +08:00
rmidevice first commit 2025-09-05 16:56:03 +08:00
rmihidtool first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
Application.mk first commit 2025-09-05 16:56:03 +08:00
LICENSE first commit 2025-09-05 16:56:03 +08:00
Makefile first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00

Build on Linux:
$ make

Build for Android:
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.

Then:
Install the latest verison of the Android NDK.
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/
Then run:
$ make android