dan-v / rattlesnakeos-stack

Build your own privacy and security focused Android OS in the cloud.
MIT License
567 stars 87 forks source link

Move to Trichrome #152

Closed dan-v closed 4 years ago

dan-v commented 4 years ago

In 9.0, Monochrome was used to provide webview and browser as single APK file. In 10.0, Monochrome is deprecated and replaced with Trichrome. Initially when 10.0 first released there was no viable webview (other than using aosp default webview) and once M80 was released which had webview support for 10.0 there were issues trying to get Trichrome to run. I opted to just build the webview (system_webview_apk) and browser (chrome_modern_public_apk) separately. This has resulted in issues like https://github.com/dan-v/rattlesnakeos-stack/issues/151 (even though this is more of a build cache issue), but ideally should move to Trichrome anyways.