From e9aa53b6405e71c63ee95b7ebf1bec4da7687de0 Mon Sep 17 00:00:00 2001 From: Tad Date: Wed, 27 Apr 2022 08:35:47 -0400 Subject: [PATCH] 19.1: add guacamoleb skipping 18.1 Signed-off-by: Tad --- Manifests/Manifest_LAOS-19.1.xml | 3 +++ Scripts/LineageOS-19.1/Functions.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/Manifests/Manifest_LAOS-19.1.xml b/Manifests/Manifest_LAOS-19.1.xml index 4c30fdd3..246e0982 100644 --- a/Manifests/Manifest_LAOS-19.1.xml +++ b/Manifests/Manifest_LAOS-19.1.xml @@ -115,6 +115,9 @@ + + + diff --git a/Scripts/LineageOS-19.1/Functions.sh b/Scripts/LineageOS-19.1/Functions.sh index 1770c87a..5b15690e 100644 --- a/Scripts/LineageOS-19.1/Functions.sh +++ b/Scripts/LineageOS-19.1/Functions.sh @@ -73,6 +73,7 @@ buildAll() { buildDevice sunfish avb; #SD855 buildDevice guacamole avb; + buildDevice guacamoleb avb; buildDevice hotdog avb; buildDevice hotdogb avb; buildDevice coral avb;