google / jni-bind

JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
Apache License 2.0
261 stars 31 forks source link

Release header public target is restored. #231

Closed copybara-service[bot] closed 10 months ago

copybara-service[bot] commented 11 months ago

Release header public target is restored.

This was previously removed from a bug in Bazel which had recursive symlink problems.

To build the release, build //:gen_jni_bind_release.

This should resolve https://github.com/google/jni-bind/issues/230.