Skip to content

Commit

Permalink
Add JNI config for native image
Browse files Browse the repository at this point in the history
  • Loading branch information
luneo7 committed Oct 10, 2024
1 parent cb2235b commit bd8fe42
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"name":"com.uber.h3core.exceptions.H3Exception",
"methods":[{"name":"<init>","parameterTypes":["int"] }]
},
{
"name":"com.uber.h3core.util.LatLng",
"methods":[{"name":"<init>","parameterTypes":["double","double"] }]
},
{
"name":"java.lang.OutOfMemoryError",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"java.util.ArrayList",
"methods":[{"name":"<init>","parameterTypes":[] }, {"name":"add","parameterTypes":["java.lang.Object"] }]
}
]

0 comments on commit bd8fe42

Please sign in to comment.