WebView: Switch to dedicated package name

And remove the F-Droid repo for it, will be moved to the 'DivestOS Official' repo
This simplifies release management and also allows other systems to benefit from the repo

Downside is users who don't update to this build won't receive any updates for it anymore

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-02-02 09:45:06 -05:00
parent 48ce0ad7d9
commit dc853bfdae
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
11 changed files with 34 additions and 60 deletions

View file

@ -430,6 +430,7 @@ echo 'include vendor/divested/divestos.mk' >> config/common.mk; #Include our cus
cp -f "$DOS_PATCHES_COMMON/apns-conf.xml" prebuilt/common/etc/apns-conf.xml; #Update APN list
awk -i inplace '!/Eleven/' config/common.mk; #Remove Music Player
awk -i inplace '!/Exchange2/' config/common.mk; #Remove Email
cp -f "$DOS_PATCHES_COMMON/config_webview_packages.xml" overlay/common/frameworks/base/core/res/res/xml/config_webview_packages.xml; #Change allowed WebView providers
fi;
#
#END OF ROM CHANGES