Recently Android Studio got an update with support of ANGLE as rendering backend. ANGLE is not thread-safe, that's what people say here in this group. However, version of ANGLE shipped with Android Studio is thread-safe, I've tested it myself. My only concern is that the commit hash embedded into the library version is not in ANGLE repo. It is currently b02bd4976a1d, and I couldn't find it anywhere. Also, this library uses D3D11 and D3D9 at the same time.
Can anybody give me some hints about this? Is this purely proprietary code, or is it some code from another repo?
Excuse me if I'm asking this in the wrong group, I just don't know where else to ask.