From 07e46913d97d93370041f97b05d261abd2c305d5 Mon Sep 17 00:00:00 2001 From: Tad Date: Sun, 14 Feb 2021 22:50:34 -0500 Subject: [PATCH] Fixup verity enablement for cheryl cheryl was already supported in Copy_Keys.sh --- Scripts/LineageOS-16.0/Functions.sh | 2 +- Scripts/LineageOS-17.1/Functions.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/LineageOS-16.0/Functions.sh b/Scripts/LineageOS-16.0/Functions.sh index 8997ccf0..ee434405 100644 --- a/Scripts/LineageOS-16.0/Functions.sh +++ b/Scripts/LineageOS-16.0/Functions.sh @@ -107,7 +107,7 @@ buildAll() { buildDevice marlin verity; buildDevice sailfish verity; #SD835 - buildDevice cheryl; + buildDevice cheryl verity; buildDevice mata verity; buildDevice taimen avb; buildDevice walleye avb; diff --git a/Scripts/LineageOS-17.1/Functions.sh b/Scripts/LineageOS-17.1/Functions.sh index 3761a619..1ad9e4e9 100644 --- a/Scripts/LineageOS-17.1/Functions.sh +++ b/Scripts/LineageOS-17.1/Functions.sh @@ -96,7 +96,7 @@ buildAll() { buildDevice marlin verity; buildDevice sailfish verity; #SD835 - buildDevice cheryl; + buildDevice cheryl verity; buildDevice cheeseburger verity; #needs manual patching - vendor common makefile + not booting buildDevice dumpling verity; buildDevice mata verity;