envoyproxy / envoyproxy/envoy-mobile
android: fix linking issue post bazel 1.2.0
Open
no stalebot
platform/android
- Dominant language
- Java
- Stars
- 566
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
The app cannot find the symbols for the jni interface functions if rules depend solely on a `cc_library` target. For the time being a `cc_binary` target was used with linkshared true in #600. Further investigation is needed.
Contributor guide
Assessment
This issue has not been assessed yet.