OSDN Git Service

Don't install all host modules by default.
authorYing Wang <wangying@google.com>
Wed, 5 Sep 2012 19:48:52 +0000 (12:48 -0700)
committerYing Wang <wangying@google.com>
Tue, 25 Sep 2012 01:17:26 +0000 (18:17 -0700)
commitb301817223d7163de6827976f8259363ab18c7b8
tree0cf2f809282d776c3c49c5a630da780dab6754a8
parent6c2eedc43fb14153e255d8c050d02605106f596b
Don't install all host modules by default.

Instead we should explicitly set up the dependency, if the module will
be used in the build process; Use LOCAL_MODULE_TAGS with eng, debug or
tests if the module is for testing; or add to PRODUCT_PACKAGES if it's
required by a product.

Change-Id: I326e97df6630dee4acc6582ce6cef2dec8289155
core/Makefile
core/base_rules.mk
core/definitions.mk
core/main.mk
target/product/sdk.mk