No description
- C++ 50.5%
- Makefile 19.1%
- Java 17.7%
- Shell 6.2%
- Forth 3.4%
- Other 3.1%
Enable comprehensive ART optimizations including VDEX and ODEX generation for all system components to improve first-boot performance and reduce application startup latency. Configuration: - WITH_DEXPREOPT := true # Global dexpreopt enable - DEX_PREOPT_DEFAULT := generate-vdex-and-image # VDEX+ODEX gen - WITH_DEXPREOPT_DEBUG_INFO := false # Exclude debug symbols Results: - Verified generation of .odex files (optimized dex) - Verified generation of .vdex files (verification dex) - ART images created for core system components - First boot time significantly reduced - Application startup latency improved Test procedure: 1. Full system build with 'm evolution' command 2. Verified artifacts in: - system/framework/oat/arm64/*.odex - system/framework/oat/arm64/*.vdex - system/app/*/oat/arm64/*.odex - system/priv-app/*/oat/arm64/*.vdex 3. Confirmed valid ART runtime loading during boot Signed-off-by: johnmart19 <johnivan19999@gmail.com> Signed-off-by: Quince <quinceroms@gmail.com> |
||
|---|---|---|
| als | ||
| audio | ||
| blob-patches | ||
| camera | ||
| camera_helper | ||
| configs | ||
| init | ||
| keylayout | ||
| media | ||
| overlay | ||
| overlay-evolution | ||
| overlay-lineage | ||
| remove_packages | ||
| sensors | ||
| sepolicy | ||
| touch/include | ||
| Android.bp | ||
| BoardConfigCommon.mk | ||
| common.mk | ||
| config.fs | ||
| evolution.dependencies | ||
| extract-files.py | ||
| manifest.xml | ||
| odm.prop | ||
| product.prop | ||
| proprietary-files.txt | ||
| setup-makefiles.py | ||
| system_ext.prop | ||
| vendor.prop | ||