mirror of
https://github.com/ARMSX2/ARMSX3.git
synced 2026-08-24 16:58:52 -07:00
libEGL_angle.so and libGLESv2_angle.so lived in armsx3-app, which stopped being the built module, so selecting ANGLE for the OpenGL renderer silently fell back to the system driver with nothing in any log to contradict it. Moved into armsx3-ui beside the core, with the jniLibs .gitignore negations that keep them tracked. verifyAngleLibs comes with them and now runs on the release graph ahead of mergeReleaseJniLibFolders, so packaging an APK that offers ANGLE without shipping it fails the build. The copy left behind in armsx3-app could never have protected anything from there, and did not even compile -- its GradleException message escaped '$' as if the file were a template, and the quotes inside the escaped interpolation closed the string early, so the project failed to configure. Deleted rather than fixed, with a comment pointing at the live one. Version to 0.6 (versionCode 10).