platform_build/target/board/generic
David 'Digit' Turner 456d16cb89 emulator: Enable dex-preoptimization
This enables the Dex pre-optimization for emulator-specific builds.
The idea is to speed up the initial boot sequence of an SDK AVD by
avoiding the costly on-device preopt pass that is performed otherwise
the first time the AVD is launched.

Benchmarking shows reductions in first boot time from 1m30s to 40s
on a 2.4GHz Xeon when emulating the AOSP master ToT.

Change-Id: I67a9ce9791220c202817864c6e83dc8fd9cbc027
2011-06-22 23:23:46 +02:00
..
AndroidBoard.mk Revert "Fixed problem with keymap files copied to target" 2010-09-01 06:10:40 -07:00
BoardConfig.mk emulator: Enable dex-preoptimization 2011-06-22 23:23:46 +02:00
device.mk Clean up full config - DO NOT MERGE 2010-10-22 15:00:24 -07:00
README.txt auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
system.prop auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
tuttle2.kcm auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
tuttle2.kl auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00

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.