From d96a421dee2708bdfb4a8b914f920377454201f8 Mon Sep 17 00:00:00 2001 From: Tad Date: Sun, 7 Jun 2020 22:33:50 -0400 Subject: [PATCH] 17.1: disable cheeseburger/dumpling --- Manifests/Manifest_LAOS-17.1.xml | 4 ++-- Scripts/LineageOS-16.0/Functions.sh | 5 +++-- ...sm8916.sh => android_kernel_motorola_msm8916.sh.disabled} | 0 Scripts/LineageOS-17.1/Functions.sh | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) rename Scripts/LineageOS-17.1/CVE_Patchers/{android_kernel_motorola_msm8916.sh => android_kernel_motorola_msm8916.sh.disabled} (100%) diff --git a/Manifests/Manifest_LAOS-17.1.xml b/Manifests/Manifest_LAOS-17.1.xml index 17ad3475..b077aa1d 100644 --- a/Manifests/Manifest_LAOS-17.1.xml +++ b/Manifests/Manifest_LAOS-17.1.xml @@ -159,8 +159,8 @@ - + + --> diff --git a/Scripts/LineageOS-16.0/Functions.sh b/Scripts/LineageOS-16.0/Functions.sh index b868c94c..cce74612 100644 --- a/Scripts/LineageOS-16.0/Functions.sh +++ b/Scripts/LineageOS-16.0/Functions.sh @@ -76,6 +76,8 @@ buildAll() { #Intel buildDevice fugu; #broken + buildDevice cheeseburger verity; #needs manual patching - vendor common makefile + buildDevice dumpling verity; if [ "$DOS_BUILDALL_SUPERSEDED" = true ]; then #SD410 buildDevice crackling; @@ -103,8 +105,7 @@ buildAll() { buildDevice sailfish verity; #SD835 buildDevice cheryl; - buildDevice cheeseburger verity; #needs manual patching - vendor common makefile - buildDevice dumpling verity; + buildDevice mata verity; buildDevice taimen avb; buildDevice walleye avb; diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_motorola_msm8916.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_motorola_msm8916.sh.disabled similarity index 100% rename from Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_motorola_msm8916.sh rename to Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_motorola_msm8916.sh.disabled diff --git a/Scripts/LineageOS-17.1/Functions.sh b/Scripts/LineageOS-17.1/Functions.sh index ab8e458a..87c336c2 100644 --- a/Scripts/LineageOS-17.1/Functions.sh +++ b/Scripts/LineageOS-17.1/Functions.sh @@ -85,8 +85,8 @@ buildAll() { buildDevice sailfish verity; #SD835 buildDevice cheryl; - buildDevice cheeseburger verity; #needs manual patching - vendor common makefile - buildDevice dumpling verity; + #buildDevice cheeseburger verity; #broken usb/modem/etc. + #buildDevice dumpling verity; buildDevice mata verity; buildDevice taimen avb; buildDevice walleye avb;