commit | 440cc769a3617bf99546bdc7599c949e1e858943 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Mon Aug 04 17:09:41 2014 -0700 |
committer | Alex Light <allight@google.com> | Mon Aug 11 16:40:23 2014 +0000 |
tree | 8870760119505930a6e3cb961f151ac9ea0b6b2d | |
parent | ce06199a047f81d6afe522ab4e6f489deecb46f3 [diff] |
Add a WITH_DEXOPT_BOOT_IMG_ONLY configuration option. If WITH_DEXOPT_BOOT_IMG_ONLY=true and WITH_DEXPREOPT=true then we will only preopt the boot.art and boot.oat files, leaving everything else to be compiled at first boot. This has fast startup times of WITH_DEXPREOPT but has a smaller space usage and allows one to update the non-image parts of /system without reflashing. Bug: 16938924 Change-Id: Ib366b6b5ad80f7078f01bf51f9fbc29ea7e5d777