mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-01-26 15:26:38 -05:00
Tweaks
This commit is contained in:
parent
ae0d89ee8a
commit
bd5b0f6146
@ -7,9 +7,13 @@ PRODUCT_PACKAGES += \
|
||||
PRODUCT_PACKAGES += \
|
||||
DejaVuNlpBackend
|
||||
|
||||
# Others
|
||||
# Replacements
|
||||
PRODUCT_PACKAGES += \
|
||||
CameraRoll \
|
||||
VanillaMusic
|
||||
|
||||
# Others
|
||||
PRODUCT_PACKAGES += \
|
||||
LocalCalendar
|
||||
|
||||
# Browser
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 4476bb21cbb9b2e0d99fb819bc9a32cc1467de7d
|
||||
Subproject commit cab31cd9a419ad24dc73c474e5f5a4a542d972e8
|
@ -69,7 +69,7 @@ buildAll() {
|
||||
#brunch lineage_angler-user;
|
||||
#brunch lineage_bullhead-user;
|
||||
#brunch lineage_bacon-user;
|
||||
brunch lineage_d802-user;
|
||||
#brunch lineage_d802-user;
|
||||
#brunch lineage_d852-user;
|
||||
brunch lineage_d855-user;
|
||||
#brunch lineage_dragon-user;
|
||||
|
@ -21,7 +21,6 @@
|
||||
export DOS_WORKSPACE_ROOT="/mnt/Drive-3/"; #XXX: THIS MUST BE CORRECT TO BUILD!
|
||||
export DOS_SIGNING_KEYS=$DOS_WORKSPACE_ROOT"Signing_Keys";
|
||||
#export DOS_BINARY_PATCHER="";
|
||||
export ANDROID_HOME="/home/$USER/Android/Sdk";
|
||||
|
||||
export DOS_DEBLOBBER_REMOVE_ACCESSORIES=true; #Set false to allow use of external accessories
|
||||
export DOS_DEBLOBBER_REMOVE_AUDIOFX=true; #Set true to remove AudioFX
|
||||
@ -36,7 +35,7 @@ export DOS_MALWARE_SCAN_ENABLED=true; #Set true to perform a fast scan on patchW
|
||||
export DOS_MALWARE_SCAN_SETTING="quick"; #buildAll() scan speed. Options: quick, extra, slow, full
|
||||
export DOS_MICROG_INCLUDED="NLP"; #Determines inclusion of microG. Options: NONE, NLP, FULL
|
||||
export DOS_HOSTS_BLOCKING=true; #Switch to false to prevent inclusion of our HOSTS file
|
||||
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-exp"; #Must be in the format "127.0.0.1 bad.domain.tld"
|
||||
export DOS_OVERCLOCKS_ENABLED=true; #Switch to false to disable overclocks
|
||||
export DOS_STRONG_ENCRYPTION_ENABLED=false; #Switch to true to enable AES-256bit encryption XXX: THIS WILL **DESTROY** EXISTING INSTALLS!
|
||||
export DOS_NON_COMMERCIAL_USE_PATCHES=false; #Switch to false to prevent inclusion of non-commercial use patches
|
||||
@ -57,6 +56,10 @@ export DOS_THEME_200="FFA726"; #Orange 400
|
||||
export DOS_THEME_300="FF9800"; #Orange 500
|
||||
export DOS_THEME_500="FF5722"; #Deep Orange 500
|
||||
export DOS_THEME_700="E64A19"; #Deep Orange 700
|
||||
|
||||
#export USE_CCACHE=1;
|
||||
#export CCACHE_DIR="";
|
||||
export ANDROID_HOME="/home/$USER/Android/Sdk";
|
||||
#END OF USER CONFIGURABLE OPTIONS
|
||||
|
||||
BUILD_WORKING_DIR=${PWD##*/};
|
||||
@ -75,7 +78,7 @@ fi;
|
||||
|
||||
export DOS_TMP_DIR="/tmp/dos_tmp";
|
||||
mkdir "$DOS_TMP_DIR";
|
||||
export DOS_HOSTS_FILE="$DOS_TMP_DIR/hosts";
|
||||
export DOS_HOSTS_FILE="$DOS_TMP_DIR/hosts-exp";
|
||||
|
||||
export DOS_PREBUILT_APPS=$DOS_WORKSPACE_ROOT"PrebuiltApps/";
|
||||
export DOS_PATCHES_COMMON=$DOS_WORKSPACE_ROOT"Patches/Common/";
|
||||
|
Loading…
x
Reference in New Issue
Block a user