The symbolication service currently understands arm, arm64, x86 and x64 as valid symbol file architectures. Instead of adding the Android ABIs, we map them to those architectures instead.
Review checklist (to be filled by reviewers)
[x] Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
[ ] Make sure you discussed the feature or bugfix with the maintaining team in an Issue
[ ] Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)
What does this PR do?
The symbolication service currently understands
arm
,arm64
,x86
andx64
as valid symbol file architectures. Instead of adding the Android ABIs, we map them to those architectures instead.Review checklist (to be filled by reviewers)