mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Minor tweaks
This commit is contained in:
parent
f8cfdbca4f
commit
cc976eeffe
@ -103,7 +103,6 @@ patchWorkspace() {
|
|||||||
repopick -it bt-sbc-hd-dualchannel-nougat;
|
repopick -it bt-sbc-hd-dualchannel-nougat;
|
||||||
repopick 201113; #wifi country code fix
|
repopick 201113; #wifi country code fix
|
||||||
repopick 244387 244388; #loopback fixes
|
repopick 244387 244388; #loopback fixes
|
||||||
repopick -it n-tzdata2019a;
|
|
||||||
repopick -it CVE-2019-2033;
|
repopick -it CVE-2019-2033;
|
||||||
|
|
||||||
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails
|
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails
|
||||||
|
@ -65,7 +65,6 @@ patchWorkspace() {
|
|||||||
source build/envsetup.sh;
|
source build/envsetup.sh;
|
||||||
#repopick -it bt-sbc-hd-dualchannel-pie;
|
#repopick -it bt-sbc-hd-dualchannel-pie;
|
||||||
repopick 245252; #update webview
|
repopick 245252; #update webview
|
||||||
repopick -it pie_tzdb2019a;
|
|
||||||
|
|
||||||
source "$DOS_SCRIPTS/Patch.sh";
|
source "$DOS_SCRIPTS/Patch.sh";
|
||||||
source "$DOS_SCRIPTS/Defaults.sh";
|
source "$DOS_SCRIPTS/Defaults.sh";
|
||||||
|
@ -35,7 +35,7 @@ export DOS_DEBLOBBER_REPLACE_TIME=false; #Set true to replace Qualcomm Time Serv
|
|||||||
|
|
||||||
export DOS_BUILDALL_SUPERSEDED=false; #Set true to build superseded devices when running buildAll()
|
export DOS_BUILDALL_SUPERSEDED=false; #Set true to build superseded devices when running buildAll()
|
||||||
export DOS_GPS_GLONASS_FORCED=true; #Enables GLONASS on all devices
|
export DOS_GPS_GLONASS_FORCED=true; #Enables GLONASS on all devices
|
||||||
export DOS_GRAPHENE_MALLOC=true; #Enables use of GrapheneOS' hardened memory allocator on 64-bit platforms
|
export DOS_GRAPHENE_MALLOC=false; #Enables use of GrapheneOS' hardened memory allocator on 64-bit platforms
|
||||||
export DOS_HOSTS_BLOCKING=true; #Switch to false to prevent inclusion of our HOSTS file
|
export DOS_HOSTS_BLOCKING=true; #Switch to false to prevent inclusion of our HOSTS file
|
||||||
export DOS_HOSTS_BLOCKING_APP="DNS66"; #App installed when built-in blocking is disabled. Options: Blokada, DNS66
|
export DOS_HOSTS_BLOCKING_APP="DNS66"; #App installed when built-in blocking is disabled. Options: Blokada, DNS66
|
||||||
export DOS_HOSTS_BLOCKING_LIST="https://divestos.xyz/hosts"; #Must be in the format "127.0.0.1 bad.domain.tld"
|
export DOS_HOSTS_BLOCKING_LIST="https://divestos.xyz/hosts"; #Must be in the format "127.0.0.1 bad.domain.tld"
|
||||||
|
Loading…
Reference in New Issue
Block a user