mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Update oneplus/sdm845 to 4.9.295
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
b05823bb20
commit
207e45fe6a
File diff suppressed because it is too large
Load Diff
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user