mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-05 16:05:02 -04:00
init.sh: add options to control extra parts of the deblobber
This commit is contained in:
parent
97fc2a236f
commit
2ed7a8a874
7 changed files with 52 additions and 34 deletions
|
@ -20,6 +20,8 @@
|
|||
#START OF USER CONFIGURABLE OPTIONS
|
||||
export androidWorkspace="/mnt/Drive-3/"; #XXX: THIS MUST BE CORRECT TO BUILD!
|
||||
|
||||
export DEBLOBBER_REMOVE_IMS=false; #Set true to remove all IMS blobs
|
||||
export DEBLOBBER_REPLACE_TIME=false; #Set true to replace Qualcomm Time service with the open source Sony TimeKeep reimplementation
|
||||
export DEFAULT_DNS="OpenNIC"; #Sets default DNS. Options: Cloudflare, OpenNIC
|
||||
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue