OSDN Git Service

Support to set up TARGET_COPY_OUT_VENDOR in board config.
authorYing Wang <wangying@google.com>
Thu, 24 Jul 2014 03:20:49 +0000 (20:20 -0700)
committerYing Wang <wangying@google.com>
Thu, 24 Jul 2014 05:26:32 +0000 (22:26 -0700)
commit6aef04736294976b3bedaae5cb581a01f6387cc7
tree81096809194df7eea0f484b5d4b217e53a7a219d
parent1cd4638594d21ca4643b3b96c894f93a0bd1e87a
Support to set up TARGET_COPY_OUT_VENDOR in board config.

We first define TARGET_COPY_OUT_VENDOR as a placeholder. In product
config makefiiles we actually get the placeholders in
PRODUCT_COPY_FILES. A device can set up TARGET_COPY_OUT_VENDOR in its
BoardConfig.mk. We substitute the placeholder with the real
TARGET_COPY_OUT_VENDOR value after loading the BoardConfig.mk.
With this change, we can support building vendor stuff to
system.img (the default) or a separate vendor.img.

Bug: 16515152
Change-Id: I5b601d7a8b34fe032a1bac02aa5c204a3765691d
core/envsetup.mk