Andrew Sinclair
Andrew Sinclair
I wonder if DialContext would be more flexible. It would also match the net and gRPC packages: - https://pkg.go.dev/net#Dialer.DialContext - https://pkg.go.dev/google.golang.org/grpc#DialContext
Great. Thanks for the update. On Thu, Apr 20, 2023 at 1:46 PM Dan Albert ***@***.***> wrote: > I'm going to move this out of r26. We'll keep the level...
> The reason why jvm_import does not work is that it has to be added to the adapters in the mobile-install aspects. [This commit](https://github.com/bazelbuild/rules_android/commit/9e40a7875043d018f8a2e60ed0b5628f694d7b09) should resolve that issue.
You can't share the Java artifacts between an `android_library` built in an Android configuration an `android_library` built in a Linux configuration. One part of this is that they are compiled...
The bootclasspath is not the same though a big part of it is derived from the JDK. There's a different set of Java APIs available on Android devices compared to...