summaryrefslogtreecommitdiff
path: root/wrappers/java-android/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/java-android/README.md')
-rw-r--r--wrappers/java-android/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/java-android/README.md b/wrappers/java-android/README.md
index db55673..50e1868 100644
--- a/wrappers/java-android/README.md
+++ b/wrappers/java-android/README.md
@@ -79,7 +79,7 @@ Specify `NO_DAEMON=1` to add `--no-daemon`.
## Notes
The same Java code is used for the Android instrumented tests as for the unit tests. Both use Java resources that are
-copied from the `../../test_data` folder by Gradle.
+copied from the `../../src/test_data` folder by Gradle.
This library uses JNA, not JNI. Hence, there is no C wrapper. The library is dynamically opened with `dlopen`
via `libjnidispatch.so` which comes with the JNA AAR.