You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bazel logic to build JNI code is unclear. The reasoning behind the use of the zipper tool is unclear, and some of the compilation logic is also a little hard to follow. What's the significance of the return type of _jni_headers_impl? What's cc_common.merge_cc_infos? That's completely undocumented in Bazel docs. Some comments explaining what the different function calls do would be nice, or if there's good documentation online, some links would also be nice.
The text was updated successfully, but these errors were encountered:
The Bazel logic to build JNI code is unclear. The reasoning behind the use of the zipper tool is unclear, and some of the compilation logic is also a little hard to follow. What's the significance of the return type of
_jni_headers_impl
? What'scc_common.merge_cc_infos
? That's completely undocumented in Bazel docs. Some comments explaining what the different function calls do would be nice, or if there's good documentation online, some links would also be nice.The text was updated successfully, but these errors were encountered: