android_build/target/board/generic_x86
David Turner 94431144cf emulator: Enable dex-preoptimization in emulator-specific builds
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
2011-09-28 22:54:08 +02:00
..
BoardConfig.mk emulator: Enable dex-preoptimization in emulator-specific builds 2011-09-28 22:54:08 +02:00
device.mk Packages media_profiles.xml file into emulated system image 2011-09-21 11:01:59 -07:00
README.txt x86: qemu emulator is the default build target 2011-03-24 10:55:22 -07:00
system.prop x86: qemu emulator is the default build target 2011-03-24 10:55:22 -07:00

The "generic_x86" product defines a non-hardware-specific IA target
without a kernel or bootloader.

It can be used to build the entire user-level system, and
will work with the IA version of the emulator,

It is not a product "base class"; no other products inherit
from it or use it in any way.