From 6502a36cf10bee944ce4bf874ed86a5cec44c908 Mon Sep 17 00:00:00 2001 From: Tad Date: Mon, 15 Aug 2022 16:40:32 -0400 Subject: [PATCH] Fixup These scripts aren't expected to be run from a workspace Signed-off-by: Tad --- Scripts/Generate_Verified_Boot_Hashes.sh | 1 - Scripts/Generate_Wallpaper_Sizes.sh | 1 - 2 files changed, 2 deletions(-) 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;