Update oneplus/sdm845 to 4.9.295

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-01-06 15:21:00 -05:00
parent b05823bb20
commit 207e45fe6a
3 changed files with 35676 additions and 1468 deletions

View File

@ -108,6 +108,7 @@ patchWorkspace() {
repopick -it tzdb2021c_N;
repopick -it n-asb-2021-11;
repopick -it n-asb-2021-12;
repopick -it n-asb-2022-01;
sh "$DOS_SCRIPTS/Patch.sh";
sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";

View File

@ -75,7 +75,7 @@ applyPatch "$DOS_PATCHES/android_build/0001-OTA_Keys.patch"; #Add correct keys t
sed -i '50i$(my_res_package): PRIVATE_AAPT_FLAGS += --auto-add-overlay' core/aapt2.mk; #Enable auto-add-overlay for packages, this allows the vendor overlay to easily work across all branches.
sed -i '296iLOCAL_AAPT_FLAGS += --auto-add-overlay' core/package_internal.mk;
sed -i 's/messaging/Silence/' target/product/aosp_base_telephony.mk; #Replace the Messaging app with Silence
sed -i 's/2021-06-05/2021-12-05/' core/version_defaults.mk; #Bump Security String #n-asb-2021-12 #XXX
sed -i 's/2021-06-05/2022-01-05/' core/version_defaults.mk; #Bump Security String #n-asb-2022-01 #XXX
fi;
if enterAndClear "device/qcom/sepolicy"; then