bazel-rust-mobile-demo icon indicating copy to clipboard operation
bazel-rust-mobile-demo copied to clipboard

An example repository for using rust on iOS and Android with bazel

Results 3 bazel-rust-mobile-demo issues
Sort by recently updated
recently updated
newest added

Building with: ``` USE_BAZEL_VERSION=last_green bazelisk build android_app --java_runtime_version=remotejdk_11 ``` reproduces https://github.com/bazelbuild/rules_java/issues/64 Removing the `--java_runtime_version` argument does not reproduce it