baldurk / renderdoc

RenderDoc is a stand-alone graphics debugging tool.
https://renderdoc.org
MIT License
8.62k stars 1.3k forks source link

Fix 'android-<version>.jar' search path on MacOS #3295

Closed jacobthomas98 closed 2 months ago

jacobthomas98 commented 2 months ago

Description

The renderdoccmd android build assumes all files in '${ANDROID_SDK_ROOT_PATH}/platforms' are valid 'android-(version).jar' platform libraries. Unfortunately, because MacOS litters its directories with metadata files called .DS_Store, that file actually wins this sorting logic and is incorrectly selected. This fixes the lib search logic to only consider android libraries.