Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-12-11 13:45:15 -05:00
parent 533a2e69bb
commit 85aa8d153d
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
2 changed files with 27 additions and 0 deletions

View file

@ -466,6 +466,10 @@ echo "PRODUCT_PACKAGES += vendor.lineage.trust@1.0-service" >> packages.mk; #Add
echo "PRODUCT_PACKAGES += eSpeakNG" >> packages.mk; #PicoTTS needs work to compile on 18.1, use eSpeak-NG instead
awk -i inplace '!/speed-profile/' build/target/product/lowram.mk; #breaks compile on some dexpreopt devices
fi;
if enterAndClear "vendor/qcom/opensource/commonsys/system/bt"; then
applyPatch "$DOS_PATCHES/android_vendor_qcom_opensource_system_bt/0001-Fixup-missing-import.patch"; #R_asb_2023-12
fi;
#
#END OF ROM CHANGES
#