-O3 ALL THE THINGS! Use JustArchi's compiler flags

This commit is contained in:
Tad 2018-01-19 05:37:35 -05:00
parent 1e794178db
commit 4b5717b6b7
4 changed files with 1077 additions and 0 deletions

View file

@ -65,6 +65,7 @@ cp -r $patches"Fennec_DOS-Shim" $base"packages/apps/"; #Add a shim to install Fe
enterAndClear "build"
patch -p1 < $patches"android_build/0001-Automated_Build_Signing.patch" #Automated build signing. Disclaimer: From CopperheadOS 13.0
patch -p1 < $patches"android_build/JustArchis_Optimizations-Rebased.patch" #JustArchi's Compiler Flags
sed -i 's/messaging/Silence/' target/product/*.mk; #Replace AOSP Messaging app with Silence
enterAndClear "device/qcom/sepolicy"