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