Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono] Mark AOT modules unusable if no AOT version is found (#106026)
On Android, we might hit a collision where we instead of <libName>.dll.so try to load <libName>.so. By detecting this issue early we can mark the library as AOT unusable. We do this by checking if we were able to get the AOT file version and if not, we mark the .so file as unusable. --------- Co-authored-by: Aleksey Kliger (λgeek) <akliger@gmail.com>
- Loading branch information