Hi!
I'm looking for information on the list of third-party libraries included in the WebRTC Android distribution (aar file) built using the instructions at
https://webrtc.github.io/webrtc-org/native-code/androidI'm interested in a list similar to the one displayed by chrome://credits, but with all libraries that aren't actually used in the final distribution (e.g., Windows-specific dependencies) excluded.
Before reaching out, I attempted to investigate the contents of the
third_party folder myself, but I found it challenging to determine which libraries are actually included in the Android distribution. Many of the libraries appear to be specific to other platforms, such as
third_party/windows_app_sdk_headers, which seems unrelated to Android development.
Do you know of such a list or have a link to it? Alternatively, is there a way to generate it myself by running a specific build script or command?
Thanks for your help!