android_build/target/board/generic
Jean-Baptiste Queru dd46ad41ff Clean up full config - DO NOT MERGE
This splits the existing full.mk in two parts:

-One is the device-independent full_base.mk
-The other is the emulator-specific device.mk

This way we'll be able to inherit from full_base.mk
for on-device builds without any emulator-specific
files getting in the way.

Change-Id: Ieb1f4ed47988c8fff119ff53f1f374032da3752d
2010-10-22 15:00:24 -07:00
..
AndroidBoard.mk Revert "Fixed problem with keymap files copied to target" 2010-09-01 06:10:40 -07:00
BoardConfig.mk Manual merge 2010-08-25 10:01:35 -07: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.