onnxruntime
c20cbf0c - Add undocumented attribute to disable generation of Java bindings from the Android AAR. (#12075)

Commit
3 years ago
Add undocumented attribute to disable generation of Java bindings from the Android AAR. (#12075) The generated bindings causes C# build errors that require workaround code. Disabling generation should avoid the need for any workarounds. As the user has the C# ORT package with the C# to C bindings there's no need for binding generation that calls the ORT Java API (which is C# -> Java ->C).
Author
Parents
Loading