Tiny tweak

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-01-16 15:29:32 -05:00
parent 6ec0c63126
commit 5e18ec4dfe
3 changed files with 4 additions and 3 deletions

View file

@ -107,7 +107,7 @@ buildAll() {
buildDevice fajita avb; #XXX: uses stock /vendor
buildDevice akari avb;
buildDevice aurora avb;
buildDeivce xz2c avb;
buildDevice xz2c avb;
#SD632
buildDevice FP3 avb;
#SD730

View file

@ -67,6 +67,7 @@ sed -i '75i$(my_res_package): PRIVATE_AAPT_FLAGS += --auto-add-overlay' core/aap
sed -i 's/messaging/Silence/' target/product/aosp_base_telephony.mk target/product/aosp_product.mk; #Replace the Messaging app with Silence
awk -i inplace '!/updatable_apex.mk/' target/product/mainline_system.mk; #Disable APEX
sed -i 's/PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 23/PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 28/' core/version_defaults.mk; #Set the minimum supported target SDK to Pie (GrapheneOS)
sed -i 's/2021-12-05/2022-01-05/' core/version_defaults.mk; #Bump Security String #R_asb_2022-01 #XXX
fi;
if enterAndClear "build/soong"; then