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
Building the Android demo can only be built with a single architecture.
The current android_binary Bazel rule has a bug (bazelbuild/bazel#8283) where it doesn't pack multiple architectures from aar_imports. Underneath the android_binary, it uses aar_imports for any aar dependencies.
Any Android applications using Bazel depending on Envoy Mobile will have this issue.
The text was updated successfully, but these errors were encountered:
A fix for this problem will be included in 0.27. per bazelbuild/bazel#8283 (comment). Is this issue blocking for OSS release, or do we currently have an ok solution? If we have a decent solution we can move this issue to envoy-mobile under 0.2 release.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.
Building the Android demo can only be built with a single architecture.
The current
android_binary
Bazel rule has a bug (bazelbuild/bazel#8283) where it doesn't pack multiple architectures fromaar_imports
. Underneath theandroid_binary
, it usesaar_imports
for anyaar
dependencies.Any Android applications using Bazel depending on Envoy Mobile will have this issue.
The text was updated successfully, but these errors were encountered: