diff --git a/Scripts/Generate_Verified_Boot_Hashes.sh b/Scripts/Generate_Verified_Boot_Hashes.sh index 0d8bbe17..f26852f0 100644 --- a/Scripts/Generate_Verified_Boot_Hashes.sh +++ b/Scripts/Generate_Verified_Boot_Hashes.sh @@ -16,7 +16,6 @@ #along with this program. If not, see . umask 0022; set -uo pipefail; -source "$DOS_SCRIPTS_COMMON/Shell.sh"; #grep "verity\.mk" Build/*/device/*/*/*.mk -l VERITY_DEVICES=('Amber' 'angler' 'bullhead' 'cheeseburger' 'cheryl' 'dragon' 'dumpling' 'flounder' 'marlin' 'mata' 'oneplus3' 'sailfish' 'shamu' 'z2_plus'); diff --git a/Scripts/Generate_Wallpaper_Sizes.sh b/Scripts/Generate_Wallpaper_Sizes.sh index f062fc55..494e7a46 100644 --- a/Scripts/Generate_Wallpaper_Sizes.sh +++ b/Scripts/Generate_Wallpaper_Sizes.sh @@ -16,7 +16,6 @@ #along with this program. If not, see . umask 0022; set -uo pipefail; -source "$DOS_SCRIPTS_COMMON/Shell.sh"; mkdir drawable-nodpi drawable-hdpi drawable-xhdpi drawable-xxhdpi drawable-xxxhdpi drawable-sw600dp-nodpi drawable-sw720dp-nodpi;