From 4256660b1adaeeff0dd2138978e0bc80359540c8 Mon Sep 17 00:00:00 2001 From: Tavi Date: Thu, 10 Oct 2024 21:22:19 -0400 Subject: [PATCH] 20.0: October 2024 ASB Picks Signed-off-by: Tavi --- Scripts/LineageOS-20.0/Functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/LineageOS-20.0/Functions.sh b/Scripts/LineageOS-20.0/Functions.sh index 41710cad..7d555b84 100644 --- a/Scripts/LineageOS-20.0/Functions.sh +++ b/Scripts/LineageOS-20.0/Functions.sh @@ -162,7 +162,8 @@ patchWorkspaceReal() { verifyAllPlatformTags; gpgVerifyGitHead "$DOS_BUILD_BASE/external/chromium-webview"; - #source build/envsetup.sh; + source build/envsetup.sh; + repopick -it T_asb_2024-10; sh "$DOS_SCRIPTS/Patch.sh"; sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";