mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-23 13:15:52 -04:00
Fixes + Churn
- Fix instances of awk failing on missing globs - Remove unwanted packages from work/user/managed profiles - Remove proprietary camera extensions Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
05bb9b039b
commit
e74f861c8e
12 changed files with 28 additions and 17 deletions
|
@ -440,6 +440,8 @@ awk -i inplace '!/Eleven/' config/common_mobile.mk; #Remove Music Player
|
|||
awk -i inplace '!/Email/' config/common_mobile.mk; #Remove Email
|
||||
awk -i inplace '!/Exchange2/' config/common_mobile.mk;
|
||||
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
|
||||
awk -i inplace '!/com.android.vending/' overlay/common/frameworks/base/core/res/res/values/vendor_required_apps*.xml; #Remove unwanted apps
|
||||
awk -i inplace '!/com.google.android/' overlay/common/frameworks/base/core/res/res/values/vendor_required_apps*.xml;
|
||||
fi;
|
||||
|
||||
if enter "vendor/divested"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue