platform_build/target/board/generic
Jean-Baptiste Queru 79feb857d0 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: I7f8254bf8c1177594fbdfbdb082bdc429a4a5b25
Orig-Change-Id: Ieb1f4ed47988c8fff119ff53f1f374032da3752d
2011-07-07 03:45:57 +02:00
..
AndroidBoard.mk auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
BoardConfig.mk Set no camera default for emulator/generic/sim builds. 2010-05-10 15:00:39 +08:00
device.mk Clean up full config - DO NOT MERGE 2011-07-07 03:45:57 +02: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.