android13/external/rmi4utils
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
f54test initial 2024-06-22 20:45:49 +08:00
rmi4update initial 2024-06-22 20:45:49 +08:00
rmidevice initial 2024-06-22 20:45:49 +08:00
rmihidtool initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
Application.mk initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_APACHE2 initial 2024-06-22 20:45:49 +08:00
Makefile initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00

README

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 version of the Android NDK, and add it to your PATH.
Then run:
$ make android