mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-25 15:45:36 -04:00
Updates + Churn
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
decf46084c
commit
14f7f1db32
15 changed files with 247 additions and 23 deletions
|
@ -85,6 +85,7 @@ patchWorkspace() {
|
|||
repopick -it P_asb_2022-09 -e 342116;
|
||||
repopick -it P_asb_2022-10 -e 342119;
|
||||
repopick -it P_tzdata_2022;
|
||||
repopick -it P_asb_2022-11;
|
||||
|
||||
sh "$DOS_SCRIPTS/Patch.sh";
|
||||
sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";
|
||||
|
|
|
@ -98,7 +98,7 @@ applyPatch "$DOS_PATCHES/android_build/0002-Enable_fwrapv.patch"; #Use -fwrapv a
|
|||
sed -i '74i$(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 's/PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 17/PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 28/' core/version_defaults.mk; #Set the minimum supported target SDK to Pie (GrapheneOS)
|
||||
awk -i inplace '!/Email/' target/product/core.mk; #Remove Email
|
||||
sed -i 's/2022-01-05/2022-10-05/' core/version_defaults.mk; #Bump Security String #P_asb_2022-10 #XXX
|
||||
sed -i 's/2022-01-05/2022-11-05/' core/version_defaults.mk; #Bump Security String #P_asb_2022-11 #XXX
|
||||
fi;
|
||||
|
||||
if enterAndClear "build/soong"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue