ArtikusHG / Mull-OLEDDark

CI script that builds patched apks of Mull browser to have OLED dark mode support.
MIT License
10 stars 2 forks source link

Add Armeabi-v7a #1

Closed Gl17chV closed 11 months ago

Gl17chV commented 11 months ago

Hi, I just noticed that releases are only available for Arm64-v8a architectures. I'm not sure if it would be possible to also include the build for Armeabi-v7a.

ArtikusHG commented 11 months ago

I don't mess with the architectures in my script - I simply patch the upstream build. If the upstream build doesn't include your desired architecture, you should file an issue in the Mull project. If they refuse, the only way is to do the builds yourself - either on your own hardware or on GitHub actions (building Android apps is well supported and documented so that shouldn't be too hard).