mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-14 04:07:55 +08:00
android: Parse the APK directory tree, replace AAssetManager enum/getpathinfo.
The AAssetManager won't supply this information to us, but it's just a zip file, so we can read its central directory ourselves. We can still use AAssetManager for file i/o to the APK's assets, so we don't have to deal with compression and other zipfile features. Fixes #15220. Reference Issue #15347.
This commit is contained in: