Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

LightningFastRom/android_external_bromite-webview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

android_external_bromite-webview

Prebuilt Android System Webview from www.bromite.org

Replaces the default Android System Webview with the 'Bromite' SystemWebView component in Custom ROM builds

Credits

I have only taken the apk files (arm, arm64) from https://www.bromite.org/system_web_view 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

How to include into your Custom ROM build

  • Include this repo into your local manifest (path does not matter, suggest external/bromite-webview)
  • Specify PRODUCT_PACKAGES += bromite-webview in 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 vendor/extras (or to add the above statement into an existing one)
  • It is not necessary to remove the default webview repo from the build tree

About

Prebuilt Android System Webview from www.bromite.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%