xref: /aosp_15_r20/external/rmi4utils/README (revision a248dafd7653b99fc45f9d29e5f139b04f2f28bc)
1Build on Linux:
2$ make
3
4Build for Android:
5This 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
7Then:
8Install the latest version of the Android NDK, and add it to your PATH.
9Then run:
10$ make android
11