From 9c549763a4134d29ea311344bc9be914ba8a1d3f Mon Sep 17 00:00:00 2001 From: Tad Date: Tue, 3 May 2022 20:49:15 -0400 Subject: [PATCH] Tiny tweak Signed-off-by: Tad --- Scripts/LineageOS-14.1/Functions.sh | 2 +- Scripts/LineageOS-18.1/Patch.sh | 1 - Scripts/LineageOS-19.1/Patch.sh | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Scripts/LineageOS-14.1/Functions.sh b/Scripts/LineageOS-14.1/Functions.sh index a4925270..59a67ae6 100644 --- a/Scripts/LineageOS-14.1/Functions.sh +++ b/Scripts/LineageOS-14.1/Functions.sh @@ -111,13 +111,13 @@ patchWorkspace() { repopick -i 315718; #CVE-2021-1957 repopick -it n-asb-2021-09; repopick -it n-asb-2021-10; - repopick -it tzdb2021c_N; repopick -it n-asb-2021-11; repopick -it n-asb-2021-12; repopick -it n-asb-2022-01; repopick -it n-asb-2022-02; repopick -it n-asb-2022-03; repopick -it n-asb-2022-04; + repopick -it tzdb_N; sh "$DOS_SCRIPTS/Patch.sh"; sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh"; diff --git a/Scripts/LineageOS-18.1/Patch.sh b/Scripts/LineageOS-18.1/Patch.sh index 46d70c19..c823d652 100644 --- a/Scripts/LineageOS-18.1/Patch.sh +++ b/Scripts/LineageOS-18.1/Patch.sh @@ -446,7 +446,6 @@ fi; if enterAndClear "device/essential/mata"; then echo "allow permissioncontroller_app tethering_service:service_manager find;" > sepolicy/private/permissioncontroller_app.te; echo "lineage.updater.allow_major_update=true" >> system.prop; #mata has semi-broken recovery, allow major updates via Updater -echo "persist.graphics.vulkan.disable=true" >> vendor.prop; #mata has a graphics stack from lavender for faster OpenGL, but Vulkan appears non-functional fi; if enterAndClear "device/google/marlin"; then diff --git a/Scripts/LineageOS-19.1/Patch.sh b/Scripts/LineageOS-19.1/Patch.sh index 24c01930..253d1030 100644 --- a/Scripts/LineageOS-19.1/Patch.sh +++ b/Scripts/LineageOS-19.1/Patch.sh @@ -236,6 +236,7 @@ fi; if enterAndClear "packages/apps/Dialer"; then applyPatch "$DOS_PATCHES/android_packages_apps_Dialer/0001-Not_Private_Banner.patch"; #Add a privacy warning banner to calls (CalyxOS) +sed -i 's/>true/>false/' java/com/android/incallui/res/values/lineage_config.xml; #XXX: temporary workaround for black screen on incoming calls https://gitlab.com/LineageOS/issues/android/-/issues/4632 fi; if enterAndClear "packages/apps/LineageParts"; then @@ -393,7 +394,6 @@ fi; # if enterAndClear "device/essential/mata"; then echo "allow permissioncontroller_app tethering_service:service_manager find;" > sepolicy/private/permissioncontroller_app.te; -echo "persist.graphics.vulkan.disable=true" >> vendor.prop; #mata has a graphics stack from lavender for faster OpenGL, but Vulkan appears non-functional fi; if enterAndClear "device/google/redbull"; then