mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-09 01:45:08 -04:00
Many fixes
17.1: recovery: rebranding reverts 17.1: mata: fix vorbis 17.1: g2/g3: fix Wi-Fi under -user 15.1/16.0: g2/g3: improve misc_block_exception patch
This commit is contained in:
parent
c1e0503390
commit
2a0352ba1c
7 changed files with 19 additions and 12 deletions
|
@ -62,7 +62,7 @@ buildAll() {
|
|||
#SD800
|
||||
buildDevice d802;
|
||||
#SD801
|
||||
buildDevice d852; #XXX: no boot
|
||||
buildDevice d852;
|
||||
buildDevice d855;
|
||||
buildDevice FP2;
|
||||
buildDevice m8;
|
||||
|
@ -87,8 +87,7 @@ patchWorkspace() {
|
|||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$DOS_PREBUILT_APPS $DOS_BUILD_BASE/build $DOS_BUILD_BASE/device $DOS_BUILD_BASE/vendor/lineage"; fi;
|
||||
|
||||
source build/envsetup.sh;
|
||||
repopick 274320; #CarrierDefaultapp: Fix WebView vulnerability by disallowing file access
|
||||
repopick 274321; #MediaProvider: Less spam
|
||||
repopick -it g3-crypt;
|
||||
|
||||
source "$DOS_SCRIPTS/Patch.sh";
|
||||
source "$DOS_SCRIPTS/Defaults.sh";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue