bazelbuild / bazelbuild/rules_android
`assets/empty_asset_generated_by_bazel~` shows up in apk
Open
P2
- Dominant language
- Java
- Stars
- 203
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
This is due to this code to work around aars with no assets:
https://github.com/bazelbuild/bazel/blob/09c621e4cf5b968f4c6cdf905ab142d5961f9ddc/tools/android/aar_resources_extractor.py#L76-L83
The "ignore files ending in ~" was part of aapt, and it seems aapt2 doesn't do that.
Contributor guide
Assessment
This issue has not been assessed yet.