`--fat_apk_cpu` doesn't pack multi-arch libraries from aar_import targets
See original GitHub issueIf an aar contains .so files for multiple architectures (e.g. foo and bar), and an android_binary depends on this aar, --fat_apk_cpu=foo,bar
doesn’t pack both so files into the final APK correctly.
The current behavior only packs the .so for one target configuration into the APK.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The fix will be in 0.27.
WIP fix: https://github.com/bazelbuild/bazel/pull/8510
Using https://github.com/jin/repro/tree/master/8283 as repro: