mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 00:15:05 -04:00
Implement choice of UnifiedNLP only or full microG
This commit is contained in:
parent
f6cdc9426c
commit
97248d28f2
6 changed files with 23 additions and 25 deletions
|
@ -27,7 +27,7 @@ export DEFAULT_DNS_PRESET="OpenNIC"; #Sets default DNS. Options: Cloudflare, Ope
|
|||
export GLONASS_FORCED_ENABLE=true; #Enables GLONASS on all devices
|
||||
export MALWARE_SCAN_ENABLED=true; #Set true to perform a fast scan on patchWorkspace() and a through scan on buildAll()
|
||||
export MALWARE_SCAN_SETTING="quick"; #buildAll() scan speed. Options: quick, extra, slow, full
|
||||
export MICROG_INCLUDED=true; #Switch to false to prevent inclusion of microG
|
||||
export MICROG_INCLUDED="NLP"; #Determines inclusion of microG. Options: NONE, NLP, FULL
|
||||
export HOSTS_BLOCKING=true; #Switch to false to prevent inclusion of our HOSTS file
|
||||
export OVERCLOCKS_ENABLED=true; #Switch to false to disable overclocks
|
||||
export STRONG_ENCRYPTION_ENABLED=false; #Switch to true to enable AES-256bit encryption XXX: THIS WILL **DESTROY** EXISTING INSTALLS!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue