mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-07 05:42:23 -04:00
Update commons & pull in the latest helplines too
Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
parent
1f2932452f
commit
d2b34c7a34
6 changed files with 3382 additions and 3 deletions
|
@ -414,6 +414,7 @@ if [ "$DOS_DEBLOBBER_REMOVE_AUDIOFX" = true ]; then sed -i '/TARGET_EXCLUDES_AUD
|
|||
sed -i 's/LINEAGE_BUILDTYPE := UNOFFICIAL/LINEAGE_BUILDTYPE := dos/' config/*.mk; #Change buildtype
|
||||
echo 'include vendor/divested/divestos.mk' >> config/common.mk; #Include our customizations
|
||||
cp -f "$DOS_PATCHES_COMMON/apns-conf.xml" prebuilt/common/etc/apns-conf.xml; #Update APN list
|
||||
cp -f "$DOS_PATCHES_COMMON/sensitive_pn.xml" prebuilt/common/etc/sensitive_pn.xml; #Update helplines
|
||||
awk -i inplace '!/Eleven/' config/common_full.mk; #Remove Music Player
|
||||
awk -i inplace '!/enforce-product-packages-exist-internal/' config/common.mk; #Ignore missing packages
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue