* [infra] Add support for rules_fuzzing's java_fuzz_test macro
* [infra] Update bazelisk for rolling release support
* [infra] Fix C++ stdlib mixing for uninstrumented Bazel targets
The build script for Bazel rules_fuzzing tests did not set the C++
stdlib for uninstrumented C++ binaries, which thus use the system
libstdc++ instead of the libc++ built from source.
* [rules_fuzzing] Add test project for rules_fuzzing's java_fuzz_test