OSDN Git Service

Do vendor check on modules installed by LOCAL_SHARED_LIBRARIES
authorYing Wang <wangying@google.com>
Tue, 16 Apr 2013 00:32:21 +0000 (17:32 -0700)
committerYing Wang <wangying@google.com>
Tue, 16 Apr 2013 00:41:55 +0000 (17:41 -0700)
commitd6b1d61d84a95ba74bb3e4f9053014357ac363d1
treeb06d6a1d354f605707e786019e6d96df3d9c0c6f
parent021aa4cefe03fd7cca5ee4baf25a562c6f6cda20
Do vendor check on modules installed by LOCAL_SHARED_LIBRARIES

Since commit 6c86a1 we have split LOCAL_SHARED_LIBRARIES out of
LOCAL_REQUIRED_MODULES and the vendor check does no longer cover the
installed modules introduced by LOCAL_SHARED_LIBRARIES.
This change brings back the coverage.

Change-Id: Ie78692e48f173a3350792eb2fee8127ff9433caa
core/binary.mk
core/definitions.mk
core/main.mk
core/prebuilt.mk
core/tasks/vendor_module_check.mk