94431144cf
This patch re-enables dex preoptimization in emulator-specific builds. This considerably speeds up the first-boot of SDK AVDs since the dex optimization pass is performed during the build instead. This was enabled in a previous patch, then reverted due to a bug in the build system that has been fixed since. This patch doesn't affect any device build. Change-Id: I3be8a9c7f51a86029fde30b7d37584cb40b4db69 |
||
---|---|---|
.. | ||
AndroidBoard.mk | ||
BoardConfig.mk | ||
device.mk | ||
README.txt | ||
system.prop |
The "generic" product defines a non-hardware-specific target without a kernel or bootloader. It can be used to build the entire user-level system, and will work with the emulator, though sound will not work (see the "emulator" product for that). It is not a product "base class"; no other products inherit from it or use it in any way.