mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-25 15:39:26 -05:00
Pick
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
1f807b843f
commit
c4400a9a6f
@ -118,6 +118,7 @@ patchWorkspace() {
|
|||||||
repopick -it n-asb-2022-03;
|
repopick -it n-asb-2022-03;
|
||||||
repopick -it n-asb-2022-04;
|
repopick -it n-asb-2022-04;
|
||||||
repopick -it tzdb_N;
|
repopick -it tzdb_N;
|
||||||
|
repopick -it n-asb-2022-05;
|
||||||
|
|
||||||
sh "$DOS_SCRIPTS/Patch.sh";
|
sh "$DOS_SCRIPTS/Patch.sh";
|
||||||
sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";
|
sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";
|
||||||
|
@ -73,7 +73,7 @@ sed -i '296iLOCAL_AAPT_FLAGS += --auto-add-overlay' core/package_internal.mk;
|
|||||||
if [ "$DOS_SILENCE_INCLUDED" = true ]; then sed -i 's/messaging/Silence/' target/product/aosp_base_telephony.mk; fi; #Replace the Messaging app with Silence
|
if [ "$DOS_SILENCE_INCLUDED" = true ]; then sed -i 's/messaging/Silence/' target/product/aosp_base_telephony.mk; fi; #Replace the Messaging app with Silence
|
||||||
awk -i inplace '!/Email/' target/product/core.mk; #Remove Email
|
awk -i inplace '!/Email/' target/product/core.mk; #Remove Email
|
||||||
awk -i inplace '!/Exchange2/' target/product/core.mk;
|
awk -i inplace '!/Exchange2/' target/product/core.mk;
|
||||||
sed -i 's/2021-06-05/2022-04-05/' core/version_defaults.mk; #Bump Security String #n-asb-2022-04 #XXX
|
sed -i 's/2021-06-05/2022-05-05/' core/version_defaults.mk; #Bump Security String #n-asb-2022-05 #XXX
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
if enterAndClear "device/qcom/sepolicy"; then
|
if enterAndClear "device/qcom/sepolicy"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user