aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-03-30 13:30:40 -0700
committerElliott Hughes <enh@google.com>2020-03-30 13:30:40 -0700
commitba3c9d28dde897485859f6fc663ce890d6572c10 (patch)
treefd35cc45a6faebf790080929e99fcef8d9b2777b
parent8d12a56cc3e8888b6292fd356a101724a9099ee7 (diff)
downloadrmi4utils-ba3c9d28dde897485859f6fc663ce890d6572c10.tar.gz
Update README with current Android build instructions.
Current versions of the NDK (I was using r21) include all the necessary header files.
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 4e1c94d..02e3e03 100644
--- a/README
+++ b/README
@@ -5,7 +5,6 @@ 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/
+Install the latest version of the Android NDK, and add it to your PATH.
Then run:
-$ make android \ No newline at end of file
+$ make android