2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

bromite: don't allow overriding WebViewGoogle

This commit is contained in:
Christopher Roy Bratusek 2020-08-16 23:31:20 +02:00
parent 3b59c39f45
commit 09dcd1c30a
2 changed files with 1 additions and 11 deletions

View File

@ -26,10 +26,6 @@
* the `column` util will always be installed (required by `nanodroid-overlay`)
* setup variable `nanodroid_play` has a new value `30` which will install both Play Store and Aurora Store
* Bromite WebView Package
* add `WebViewGoogle` to known WebView packages
* leave a message that overriding might fail
* Full Package
* switch from `Oandbackup` to `OAndBackupX`

View File

@ -1296,13 +1296,7 @@ install_bromite_webview () {
WEBVIEW_DIR=""
BACKUP_PATH="${STORAGE}/nanodroid_backups/$(grep_prop ro.build.flavor)_$(grep_prop ro.build.id)"
if [ -d /system/app/WebViewGoogle -o -d /system/producat/app/WebViewGoogle ]; then
ui_print " ++ Google WebView [WebViewGoogle] found."
ui_print " ++ overriding with Bromite WebView might fail."
echo " XXX WebViewGoogle (blergh)"
fi
for app in webview webviewstub WebViewStub Webview WebViewGoogle; do
for app in webview webviewstub WebViewStub Webview; do
if [ -d /system/app/${app} ]; then
if [ "${MODE}" = "SYSTEM" ]; then
echo " backing up ${app} to ${BACKUP_PATH}/app/${app}"