mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-03 11:56:09 -04:00
Switch to the Mulch WebView
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
7f98aad299
commit
870382ff40
11 changed files with 42 additions and 16 deletions
|
@ -82,10 +82,9 @@ patch -p1 < "$DOS_PATCHES/android_device_qcom_sepolicy-legacy/0001-Camera_Fix.pa
|
|||
echo "SELINUX_IGNORE_NEVERALLOWS := true" >> sepolicy.mk; #Ignore neverallow violations XXX: necessary for -user builds of legacy devices
|
||||
fi;
|
||||
|
||||
if [ "$(type -t DOS_WEBVIEW_CHERRYPICK)" = "alias" ] ; then
|
||||
if enterAndClear "external/chromium-webview"; then
|
||||
DOS_WEBVIEW_CHERRYPICK; #Update the WebView to latest if available
|
||||
fi;
|
||||
if [ "$(type -t DOS_WEBVIEW_CHERRYPICK)" = "alias" ] ; then DOS_WEBVIEW_CHERRYPICK; fi; #Update the WebView to latest if available
|
||||
if [ "$DOS_WEBVIEW_LFS" = true ]; then git lfs pull; fi; #Ensure the objects are available
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/svox"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue