Symbols zip for Android symbols do not include a dbg.so or sym.so in 2021.3.5

I am building an Oculus Quest 2 project and am trying to get symbols for my release build. When I choose the “Debugging” option for Create symbols.zip

A zip file is created, but I only see .so files no dbg.so or sym.so files.
When I try to upload these symbols to Oculus via Oculus Platform Tool for symbolicating my build I get an error from the tool that no debugging symbols are included

I have also tried to use Backtrace and Android Stack Trace Utility and addr2line and have not been able to use these symbols to symbolicate the crashes I am getting on this build.

I see conflicting info in the documentation – some docs say there should be a dbg.so or sym.so file and some dont indicate that --did this change in 2021?

Got this reply from Unity. This response resolves my query:

hi, .dbg.so is an extension something Unity has invented years ago, none of the IDE’s (like Android Studio/Visual Studio) recognize this extension. Thus this was fixed, and .dbg.so extension became .so.Note: Google Play Store expects symbols to have .so extension, I am not familiar with Oculus Platform Tool, but it would be surprising if it would expect .dbg.so extension.Also, ‘Debugging’ option is only applicable if you have source code available, for stacktrace resolving it’s enough to have Public symbols