Prebuilt Chromium fork from www.bromite.org
Replaces the default LOS Browser with the 'Bromite' Chromium fork in Custom ROM builds
I have only taken the apk files (arm, arm64, x86) from https://www.bromite.org/Bromite and created an 'Androik.mk' file around. All credits go to the Chromium project (https://www.chromium.org/Home) and the developers behind Bromite. Please visit the respective pages listed above for more information and the respective Copyright and License
- Include this repo into your local manifest (path does not matter, suggest package/app/bromite)
- Specify
PRODUCT_PACKAGES += Bromitein a 'product' .mk file (not in an Android.mk file) - An 'elegant' way to do so without having to fork and track any specific device or vendor repository is to simply create an own product.mk file in directory package/app (or to add the above statement into an existing one)
- It is not necessary to remove the Lineage Jelly repo from the build tree