Commit 0f17b00
authored
JNI library loading uses a predetermined file name (#652)
## Usage and product changes
The unpacked JNI library now uses a pre-determined filename. This replaces logic to extract the filename from the packaged resource.
## Implementation
The new method produces the same filename, since the way we find the resource is through the filename in the first place.1 parent 66b096d commit 0f17b00
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments