From 5e18ec4dfed91fe0200d6c762e8e696873d97415 Mon Sep 17 00:00:00 2001 From: Tad Date: Sun, 16 Jan 2022 15:29:32 -0500 Subject: [PATCH] Tiny tweak Signed-off-by: Tad --- Patches/LineageOS-18.1/android_device_lge_mako/0001-LTE.patch | 4 ++-- Scripts/LineageOS-18.1/Functions.sh | 2 +- Scripts/LineageOS-18.1/Patch.sh | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Patches/LineageOS-18.1/android_device_lge_mako/0001-LTE.patch b/Patches/LineageOS-18.1/android_device_lge_mako/0001-LTE.patch index 82a5e9c7..93d6e9cd 100644 --- a/Patches/LineageOS-18.1/android_device_lge_mako/0001-LTE.patch +++ b/Patches/LineageOS-18.1/android_device_lge_mako/0001-LTE.patch @@ -53,10 +53,10 @@ index 0000000..53c62dd + + diff --git a/system_prop.mk b/system_prop.mk -index 6398872..81ca1bb 100644 +index 547da5f..e240393 100644 --- a/system_prop.mk +++ b/system_prop.mk -@@ -48,7 +48,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ +@@ -47,7 +47,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ # RIL PRODUCT_PROPERTY_OVERRIDES += \ rild.libpath=/vendor/lib/libril-qc-qmi-1.so \ diff --git a/Scripts/LineageOS-18.1/Functions.sh b/Scripts/LineageOS-18.1/Functions.sh index 0c1c1ccf..0864daa0 100644 --- a/Scripts/LineageOS-18.1/Functions.sh +++ b/Scripts/LineageOS-18.1/Functions.sh @@ -107,7 +107,7 @@ buildAll() { buildDevice fajita avb; #XXX: uses stock /vendor buildDevice akari avb; buildDevice aurora avb; - buildDeivce xz2c avb; + buildDevice xz2c avb; #SD632 buildDevice FP3 avb; #SD730 diff --git a/Scripts/LineageOS-18.1/Patch.sh b/Scripts/LineageOS-18.1/Patch.sh index 6833be6e..6fd14d17 100644 --- a/Scripts/LineageOS-18.1/Patch.sh +++ b/Scripts/LineageOS-18.1/Patch.sh @@ -67,6 +67,7 @@ sed -i '75i$(my_res_package): PRIVATE_AAPT_FLAGS += --auto-add-overlay' core/aap sed -i 's/messaging/Silence/' target/product/aosp_base_telephony.mk target/product/aosp_product.mk; #Replace the Messaging app with Silence awk -i inplace '!/updatable_apex.mk/' target/product/mainline_system.mk; #Disable APEX sed -i 's/PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 23/PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 28/' core/version_defaults.mk; #Set the minimum supported target SDK to Pie (GrapheneOS) +sed -i 's/2021-12-05/2022-01-05/' core/version_defaults.mk; #Bump Security String #R_asb_2022-01 #XXX fi; if enterAndClear "build/soong"; then