Split custom assets by device ABI?
- Dominant language
- Java
- Stars
- 4k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Related to: https://github.com/google/bundletool/issues/116
I was reviewing the code and I don't see a way to have custom files split up per ABI:
https://github.com/google/bundletool/blob/ae0fc0162fd80d92ef8f4ef4527c066f0106942f/src/main/java/com/android/tools/build/bundletool/model/targeting/TargetedDirectorySegment.java#L52-L55
But you can do it for language or other "dimensions".
I work on .NET (for Android), and we have .NET assembly files such as:
assemblies/MultipleArch.dll
assemblies/armeabi-v7a/SingleArch.dll
assemblies/arm64-v8a/SingleArch.dll
I was looking for a way to split up these custom files per architecture. Is there a way to do this? Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.