Skip to content
Commit e6fc7c88 authored by baalajimaestro's avatar baalajimaestro Committed by Kader Bava
Browse files

RMX1971: Set default dexpreopt compiler filter to verify



PRODUCT_DEX_PREOPT_DEFAULT_COMPILER_FILTER attempts to compile all prebuilts fully optimised to speed level, thus the phone doesnt need to deal with it.
I also do know that this might be a trade-off on size, but I do see the first boot time is more worthy to trade-off.
The speed level mentioned here runs dex verification and compiles all AOT methods.

Prebuilt apps like Gmail/Google App, will be updated by google play, and there is no need spend time and space optimising what is going to be replaced.
Switch to Google's recommendation of using verify for an OTA package.
Applications still stay on speed.
Instead, replace the install profile with speed-profile making apps perform better.

Change-Id: I51760c503475bbd33cfe31d2cee0063756d18204
Signed-off-by: ij-israfil <israfilkhan494gmail.com>
Signed-off-by: default avatarkaderbava <ksbava7325@gmail.com>
parent 8b943a9f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment