mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
14.1: Import and verify picks
https://review.lineageos.org/q/topic:n-asb-2021-09 https://review.lineageos.org/q/topic:n-asb-2021-10 https://review.lineageos.org/q/topic:n-asb-2021-11 https://review.lineageos.org/q/topic:n-asb-2021-12 https://review.lineageos.org/q/topic:n-asb-2022-01 https://review.lineageos.org/q/topic:n-asb-2022-02 https://review.lineageos.org/q/topic:n-asb-2022-03 https://review.lineageos.org/q/topic:n-asb-2022-04 https://review.lineageos.org/q/topic:n-asb-2022-05 https://review.lineageos.org/q/topic:n-asb-2022-06 https://review.lineageos.org/q/topic:n-asb-2022-07 https://review.lineageos.org/q/topic:n-asb-2022-08 https://review.lineageos.org/q/topic:n-asb-2022-09 https://review.lineageos.org/q/topic:n-asb-2022-10 https://review.lineageos.org/q/topic:n-asb-2022-11 https://review.lineageos.org/q/topic:n-asb-2022-12 https://review.lineageos.org/q/topic:n-asb-2023-01 https://review.lineageos.org/q/topic:n-asb-2023-02 https://review.lineageos.org/q/topic:n-asb-2023-03 https://review.lineageos.org/q/topic:n-asb-2023-04 https://review.lineageos.org/q/topic:n-asb-2023-05 https://review.lineageos.org/q/topic:n-asb-2023-06 https://review.lineageos.org/q/topic:n-asb-2023-07 accounted for via manifest change: https://review.lineageos.org/c/LineageOS/android_external_freetype/+/360899 https://review.lineageos.org/q/topic:n-asb-2023-08 https://review.lineageos.org/q/topic:n-asb-2023-09 https://review.lineageos.org/q/topic:n-asb-2023-10 https://review.lineageos.org/q/topic:n-asb-2023-11 was missing: https://review.lineageos.org/c/LineageOS/android_packages_providers_TelephonyProvider/+/376079 https://review.lineageos.org/q/topic:n-asb-2023-12 https://review.lineageos.org/q/topic:n-asb-2024-01 https://review.lineageos.org/q/topic:n-asb-2024-02 https://review.lineageos.org/q/topic:n-asb-2024-03 https://review.lineageos.org/q/topic:n-asb-2024-04 https://review.lineageos.org/q/topic:n-asb-2024-05 Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
parent
2d7a1ea25c
commit
7162b237d3
3 changed files with 543 additions and 1 deletions
|
@ -76,7 +76,7 @@ sed -i '50i$(my_res_package): PRIVATE_AAPT_FLAGS += --auto-add-overlay' core/aap
|
|||
sed -i '296iLOCAL_AAPT_FLAGS += --auto-add-overlay' core/package_internal.mk;
|
||||
awk -i inplace '!/Email/' target/product/core.mk; #Remove Email
|
||||
awk -i inplace '!/Exchange2/' target/product/core.mk;
|
||||
sed -i 's/2021-06-05/2024-04-05/' core/version_defaults.mk; #Bump Security String #n-asb-2024-04 #XXX
|
||||
sed -i 's/2021-06-05/2024-05-05/' core/version_defaults.mk; #Bump Security String #n-asb-2024-05 #XXX
|
||||
fi;
|
||||
|
||||
if enterAndClear "device/qcom/sepolicy"; then
|
||||
|
@ -143,6 +143,7 @@ fi;
|
|||
|
||||
if enterAndClear "external/sonivox"; then
|
||||
applyPatch "$DOS_PATCHES/android_external_sonivox/317038.patch"; #n-asb-2021-10 Fix global buffer overflow in WT_InterpolateNoLoop
|
||||
applyPatch "$DOS_PATCHES/android_external_sonivox/391896.patch"; #n-asb-2024-05 Fix buffer overrun in eas_wtengine
|
||||
fi;
|
||||
|
||||
if enterAndClear "external/sqlite"; then
|
||||
|
@ -493,6 +494,7 @@ fi;
|
|||
if enterAndClear "packages/providers/TelephonyProvider"; then
|
||||
applyPatch "$DOS_PATCHES/android_packages_providers_TelephonyProvider/343954.patch"; #n-asb-2022-11 Check dir path before updating permissions.
|
||||
applyPatch "$DOS_PATCHES/android_packages_providers_TelephonyProvider/364040-backport.patch"; #R_asb_2023-08 Update file permissions using canonical path
|
||||
applyPatch "$DOS_PATCHES/android_packages_providers_TelephonyProvider/376079.patch"; #n-asb-2023-11 Block access to sms/mms db from work profile.
|
||||
fi;
|
||||
|
||||
if enterAndClear "system/bt"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue