From 53b31fa9f103d8262b7c1d28c5714238902e5081 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 10 Feb 2022 13:36:09 +0100 Subject: Move python library load to init and fix build Signed-off-by: jwijenbergh --- wrappers/java-android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/java-android/README.md') 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. -- cgit v1.2.3