2017-10-29 01:48:53 -04:00
#!/bin/bash
2017-11-05 10:58:01 -05:00
#DivestOS: A privacy oriented Android distribution
2019-10-07 23:47:11 -04:00
#Copyright (c) 2017-2019 Divested Computing Group
2017-11-05 10:58:01 -05:00
#
#This program is free software: you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation, either version 3 of the License, or
#(at your option) any later version.
#
#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#GNU General Public License for more details.
#
#You should have received a copy of the GNU General Public License
#along with this program. If not, see <https://www.gnu.org/licenses/>.
2017-10-29 01:48:53 -04:00
#Sets settings used by all other scripts
2019-10-13 20:35:24 -04:00
#
2018-06-02 17:51:18 -04:00
#START OF USER CONFIGURABLE OPTIONS
2019-10-13 20:35:24 -04:00
#
#General
export ANDROID_HOME = " /home/ $USER /Android/Sdk " ;
2020-01-26 22:24:35 -05:00
export DOS_WORKSPACE_ROOT = "/mnt/dos/" ; #XXX: THIS MUST BE CORRECT TO BUILD!
#export DOS_BUILDS=$DOS_WORKSPACE_ROOT"Builds/";
2020-03-25 22:08:25 -04:00
export DOS_BUILDS = "/mnt/backup-1/DOS/Builds/" ;
2020-02-26 18:42:08 -05:00
export DOS_SIGNING_KEYS = $DOS_WORKSPACE_ROOT "Signing_Keys/4096pro" ;
2019-10-13 20:35:24 -04:00
#export USE_CCACHE=1;
#export CCACHE_DIR="";
2018-07-04 15:35:16 -04:00
#export DOS_BINARY_PATCHER="";
2019-01-14 03:12:50 -05:00
#export DOS_TOR_WRAPPER="torsocks"; #Uncomment to perform select build operations over Tor
2019-10-13 20:35:24 -04:00
export DOS_MALWARE_SCAN_ENABLED = true; #Set true to perform a fast scan on patchWorkspace() and a through scan on buildAll()
export DOS_MALWARE_SCAN_SETTING = "quick" ; #buildAll() scan speed. Options: quick, extra, slow, full
2018-06-29 00:55:21 -04:00
2019-10-13 20:35:24 -04:00
#Deblobber
2018-06-30 14:49:22 -04:00
export DOS_DEBLOBBER_REMOVE_ACCESSORIES = true; #Set false to allow use of external accessories
2018-06-29 00:55:21 -04:00
export DOS_DEBLOBBER_REMOVE_AUDIOFX = true; #Set true to remove AudioFX
2019-03-22 19:35:28 -04:00
export DOS_DEBLOBBER_REMOVE_GRAPHICS = false; #Set true to remove all graphics blobs and use SwiftShader CPU renderer #TODO: Needs work
2019-03-25 20:30:27 -04:00
export DOS_DEBLOBBER_REMOVE_RENDERSCRIPT = false; #Set true to remove RenderScript blobs
2018-06-30 14:49:22 -04:00
export DOS_DEBLOBBER_REMOVE_FP = false; #Set true to remove all fingerprint reader blobs
2019-01-14 03:12:50 -05:00
export DOS_DEBLOBBER_REMOVE_IMS = false; #Set true to remove all IMS blobs XXX: Will break compat with select carriers
2019-03-23 12:49:58 -04:00
export DOS_DEBLOBBER_REMOVE_IPA = false; #Set true to remove all IPA blobs
2019-03-24 13:39:14 -04:00
export DOS_DEBLOBBER_REMOVE_IR = false; #Set true to remove all IR blobs
2018-08-07 23:07:36 -04:00
export DOS_DEBLOBBER_REPLACE_TIME = false; #Set true to replace Qualcomm Time Services with the open source Sony TimeKeep reimplementation #TODO: Needs work
2019-04-03 19:04:37 -04:00
2019-10-13 20:35:24 -04:00
#Features
2020-02-19 22:07:57 -05:00
export DOS_GPS_GLONASS_FORCED = false; #Enables GLONASS on all devices
2019-08-27 13:13:48 -04:00
export DOS_GRAPHENE_MALLOC = true; #Enables use of GrapheneOS' hardened memory allocator on 64-bit platforms
2019-09-28 01:01:47 -04:00
export DOS_GRAPHENE_EXEC = true; #Enables use of GrapheneOS' exec spawning feature
2018-06-29 00:55:21 -04:00
export DOS_HOSTS_BLOCKING = true; #Switch to false to prevent inclusion of our HOSTS file
2018-10-19 18:28:18 -04:00
export DOS_HOSTS_BLOCKING_APP = "DNS66" ; #App installed when built-in blocking is disabled. Options: Blokada, DNS66
2019-05-23 11:34:26 -04:00
export DOS_HOSTS_BLOCKING_LIST = "https://divestos.org/hosts" ; #Must be in the format "127.0.0.1 bad.domain.tld"
2018-07-11 11:22:22 -04:00
export DOS_LOWRAM_ENABLED = false; #Switch to true to enable low_ram on all devices
2019-09-28 01:01:47 -04:00
export DOS_MICROG_INCLUDED = "NLP" ; #Determines inclusion of microG. Options: NONE, NLP, FULL
2018-10-19 09:55:08 -04:00
export DOS_NON_COMMERCIAL_USE_PATCHES = false; #Switch to false to prevent inclusion of non-commercial use patches XXX: Unused, see 1dc9247
2019-08-05 23:56:52 -04:00
export DOS_OPTIMIZE_IMAGES = false; #Set true to apply lossless optimizations to image resources
2020-02-19 22:07:57 -05:00
export DOS_OVERCLOCKS_ENABLED = false; #Switch to true to enable overclocks #XXX: Most devices have their processors directly under their RAM, heatsinking is mostly into the ground plane, potentially inflicting damage to RAM and the processor itself
export DOS_STRONG_ENCRYPTION_ENABLED = false; #Switch to true to enable AES-256bit FDE encryption on 14.1+15.1 XXX: THIS WILL **DESTROY** EXISTING INSTALLS!
2019-04-03 19:04:37 -04:00
export DOS_WIREGUARD_INCLUDED = false; #Switch to true to enable WireGuard kernel module inclusion
2019-10-13 20:35:24 -04:00
#Servers
2020-03-25 22:08:25 -04:00
export DOS_DEFAULT_DNS_PRESET = "Cloudflare" ; #Sets default DNS. Options: CensurfriDNS, Cloudflare, OpenNIC, DNSWATCH, Google, Neustar(-NOBL), OpenDNS, Quad9(-NOBL), Verisign, Yandex(-NOBL)
2019-04-03 19:04:37 -04:00
export DOS_GPS_NTP_SERVER = "1.android.pool.ntp.org" ; #Options: Any NTP pool
export DOS_GPS_SUPL_HOST = "supl.google.com" ; #Options: supl.{google,vodafone,sonyericsson}.com
2018-06-02 17:56:21 -04:00
2019-10-13 20:35:24 -04:00
#Release Processing
export DOS_BUILDALL_SUPERSEDED = false; #Set true to build superseded devices when running buildAll()
export DOS_MALWARE_SCAN_BEFORE_SIGN = false; #Scan device files for malware before signing
2019-08-29 14:37:06 -04:00
export DOS_GENERATE_DELTAS = true; #Creates deltas from existing target_files in $DOS_BUILDS
2019-10-13 20:35:24 -04:00
export DOS_AUTO_ARCHIVE_BUILDS = true; #Copies files to $DOS_BUILDS after signing
export DOS_REMOVE_AFTER = true; #Removes device OUT directory after complete to reclaim space. Requires AUTO_ARCHIVE_BUILDS=true
2019-08-29 14:37:06 -04:00
2019-10-13 20:35:24 -04:00
#Branding
2018-06-29 00:55:21 -04:00
export DOS_BRANDING_NAME = "DivestOS" ;
export DOS_BRANDING_ZIP_PREFIX = "divested" ;
export DOS_BRANDING_BOOTANIMATION_FONT = "Fira-Sans-Bold" ; #Options: $ convert -list font
export DOS_BRANDING_BOOTANIMATION_STYLE = "plasma" ; #Options: gradient, plasma
#export DOS_BRANDING_BOOTANIMATION_COLOR="#FF5722-#FF8A65"; #gradient
export DOS_BRANDING_BOOTANIMATION_COLOR = "#FF5722-#03A9F4" ; #plasma
2019-05-23 11:34:26 -04:00
export DOS_BRANDING_LINK_ABOUT = "https://divestos.org/index.php?page=about" ;
export DOS_BRANDING_LINK_PRIVACY = "https://divestos.org/index.php?page=privacy_policy" ;
export DOS_BRANDING_SERVER_OTA = "https://divestos.org/updater.php" ;
2019-03-04 00:05:12 -05:00
export DOS_BRANDING_SERVER_OTA_ONION = $DOS_BRANDING_SERVER_OTA ;
2018-06-22 23:41:08 -04:00
2019-10-13 20:35:24 -04:00
#Theme
2018-06-29 00:55:21 -04:00
export DOS_THEME_50 = "FFCA28" ; #Amber 400
export DOS_THEME_100 = "FFC107" ; #Amber 500
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
2019-10-13 20:35:24 -04:00
#
2018-06-02 17:51:18 -04:00
#END OF USER CONFIGURABLE OPTIONS
2019-10-13 20:35:24 -04:00
#
2018-06-02 17:51:18 -04:00
2018-08-31 00:02:52 -04:00
gpgVerifyGitHead( ) {
if [ -r " $HOME /.gnupg " ] ; then
git -C $1 verify-commit HEAD;
if [ " $? " -eq "0" ] ; then
echo -e " \e[0;32mGPG Verified Git HEAD Successfully: $1 \e[0m " ;
else
echo -e " \e[0;31mWARNING: GPG Verification of Git HEAD Failed: $1 \e[0m " ;
sleep 60;
fi ;
#git -C $1 log --show-signature -1;
else
echo -e " \e[0;33mWARNING: ~/.gnupg is unavailable, GPG verification of $1 will not be performed!\e[0m " ;
fi ;
}
export -f gpgVerifyGitHead;
2018-06-02 17:51:18 -04:00
BUILD_WORKING_DIR = ${ PWD ##*/ } ;
2019-03-31 22:46:37 -04:00
DOS_VERSION = $BUILD_WORKING_DIR ;
2018-06-03 08:02:43 -04:00
if [ -d ".repo" ] ; then
echo " Detected $BUILD_WORKING_DIR " ;
else
echo "Not a valid workspace!" ;
return 1;
fi ;
2017-10-29 01:48:53 -04:00
2018-06-29 00:55:21 -04:00
export DOS_BUILD_BASE = $DOS_WORKSPACE_ROOT " Build/ $BUILD_WORKING_DIR / " ;
if [ ! -d " $DOS_BUILD_BASE " ] ; then
2018-06-03 08:02:43 -04:00
echo "Path mismatch! Please update init.sh!" ;
return 1;
fi ;
2017-11-05 14:30:15 -05:00
2020-03-25 22:08:25 -04:00
mkdir $DOS_BUILD_BASE "/out" ;
chattr -f -c $DOS_BUILD_BASE "/out" ;
2018-07-04 15:35:16 -04:00
export DOS_TMP_DIR = "/tmp/dos_tmp" ;
2018-12-18 21:34:32 -05:00
mkdir -p " $DOS_TMP_DIR " ;
2018-07-09 08:16:36 -04:00
export DOS_HOSTS_FILE = " $DOS_TMP_DIR /hosts " ;
2018-07-04 15:35:16 -04:00
2018-06-29 00:55:21 -04:00
export DOS_PREBUILT_APPS = $DOS_WORKSPACE_ROOT "PrebuiltApps/" ;
export DOS_PATCHES_COMMON = $DOS_WORKSPACE_ROOT "Patches/Common/" ;
export DOS_PATCHES = $DOS_WORKSPACE_ROOT " Patches/ $BUILD_WORKING_DIR / " ;
export DOS_PATCHES_OVERCLOCKS = $DOS_WORKSPACE_ROOT "Patches/Overclocks/" ;
export DOS_PATCHES_LINUX_CVES = $DOS_WORKSPACE_ROOT "Patches/Linux/" ;
export DOS_WALLPAPERS = $DOS_WORKSPACE_ROOT "Patches/Wallpapers/" ;
2017-10-29 01:48:53 -04:00
2018-06-29 00:55:21 -04:00
export DOS_SCRIPTS_COMMON = $DOS_WORKSPACE_ROOT "Scripts/Common/" ;
export DOS_SCRIPTS = $DOS_WORKSPACE_ROOT " Scripts/ $BUILD_WORKING_DIR / " ;
if [ ! -d " $DOS_SCRIPTS " ] ; then
2018-06-03 08:02:43 -04:00
echo " $BUILD_WORKING_DIR is not supported! " ;
return 1;
fi ;
2018-06-29 00:55:21 -04:00
export DOS_SCRIPTS_CVES = $DOS_SCRIPTS "CVE_Patchers/" ;
2017-10-29 01:48:53 -04:00
2018-04-23 08:59:18 -04:00
export KBUILD_BUILD_USER = "emy" ;
export KBUILD_BUILD_HOST = "dosbm" ;
2017-10-29 01:48:53 -04:00
2018-04-23 08:43:28 -04:00
export ANDROID_JACK_VM_ARGS = "-Xmx6144m -Xms512m -Dfile.encoding=UTF-8 -XX:+TieredCompilation" ;
export JACK_SERVER_VM_ARGUMENTS = " ${ ANDROID_JACK_VM_ARGS } " ;
2018-10-20 13:13:32 -04:00
export EXPERIMENTAL_USE_JAVA8 = true;
2018-04-23 08:59:18 -04:00
export GRADLE_OPTS = "-Xmx2048m" ;
2018-10-20 13:13:32 -04:00
export TZ = :/etc/localtime;
2018-04-28 03:16:35 -04:00
export LC_ALL = C;
2018-10-02 13:55:39 -04:00
alias patch = 'patch --no-backup-if-mismatch' ;
2018-04-28 03:16:35 -04:00
2018-08-31 00:02:52 -04:00
#START OF VERIFICATION
#gpgVerifyGitHead $DOS_WORKSPACE_ROOT;
#gpgVerifyGitHead $DOS_PREBUILT_APPS;
#gpgVerifyGitHead $DOS_PATCHES_LINUX_CVES;
#gpgVerifyGitHead $DOS_WALLPAPERS;
#END OF VERIFICATION
2018-06-29 00:55:21 -04:00
source " $DOS_SCRIPTS_COMMON /Functions.sh " ;
source " $DOS_SCRIPTS /Functions.sh " ;
2018-06-25 10:16:32 -04:00
unalias cp & >/dev/null || true;
unalias mv & >/dev/null || true;
unalias rm & >/dev/null || true;
unalias ln & >/dev/null || true;
2020-02-09 13:52:25 -05:00
alias cp = 'cp --reflink=auto'