OSDN Git Service

Improve setup of base products.
authorJean-Baptiste Queru <jbq@google.com>
Fri, 22 Oct 2010 23:28:33 +0000 (16:28 -0700)
committerJean-Baptiste Queru <jbq@google.com>
Fri, 22 Oct 2010 23:47:31 +0000 (16:47 -0700)
commitcfbcd758d8200d218e777be69cf8fc67a05e6a00
treeac7f92c59b02440edaf0b33260477a40abd66cf8
parentd501f74271ae36323766f91f605af17e1263bd4f
Improve setup of base products.

Split telephony into its own product, so that we can easily
add telephony support to any configuration without pulling
anything else. Use it from generic.

Split the "full" family between a (no-telephony) base,
a telephony version of the same (both of which can be used
as a starting point for on-device builds), and the true classic
full which is an emulator build.

Change-Id: I616d34f2a29415b8ec997173f8e893c312ade5c2
target/board/generic/device.mk [new file with mode: 0644]
target/product/full.mk
target/product/full_base.mk [new file with mode: 0644]
target/product/full_base_telephony.mk [new file with mode: 0644]
target/product/full_x86.mk
target/product/generic.mk
target/product/telephony.mk [new file with mode: 0644]