OSDN Git Service

Clean up full config - DO NOT MERGE
authorJean-Baptiste Queru <jbq@google.com>
Fri, 22 Oct 2010 21:41:55 +0000 (14:41 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Thu, 7 Jul 2011 01:45:57 +0000 (03:45 +0200)
commit79feb857d025ab9d97dad97c72fb800bd7eb139d
tree0d521a0184ece4f3269848e304c11850d5623748
parente050219f1f9b22eff8023bb937aef123e7a8c7f2
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
target/board/generic/device.mk [new file with mode: 0644]
target/product/full.mk
target/product/full_base.mk [new file with mode: 0644]