summaryrefslogtreecommitdiffstats
path: root/core/prebuilt.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-15 17:32:21 -0700
committerYing Wang <wangying@google.com>2013-04-15 17:41:55 -0700
commitd6b1d61d84a95ba74bb3e4f9053014357ac363d1 (patch)
treeb06d6a1d354f605707e786019e6d96df3d9c0c6f /core/prebuilt.mk
parent021aa4cefe03fd7cca5ee4baf25a562c6f6cda20 (diff)
downloadbuild-d6b1d61d84a95ba74bb3e4f9053014357ac363d1.zip
build-d6b1d61d84a95ba74bb3e4f9053014357ac363d1.tar.gz
build-d6b1d61d84a95ba74bb3e4f9053014357ac363d1.tar.bz2
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
Diffstat (limited to 'core/prebuilt.mk')
-rw-r--r--core/prebuilt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/prebuilt.mk b/core/prebuilt.mk
index 6b8e3f8..6e08832 100644
--- a/core/prebuilt.mk
+++ b/core/prebuilt.mk
@@ -83,7 +83,7 @@ endif # prebuilt_module_is_a_library
# of the shared libraries are determined.
ifdef LOCAL_INSTALLED_MODULE
ifdef LOCAL_SHARED_LIBRARIES
-$(my_prefix)DEPENDENCIES_ON_SHARED_LIBRARIES += $(LOCAL_INSTALLED_MODULE):$(subst $(space),$(comma),$(LOCAL_SHARED_LIBRARIES))
+$(my_prefix)DEPENDENCIES_ON_SHARED_LIBRARIES += $(LOCAL_MODULE):$(LOCAL_INSTALLED_MODULE):$(subst $(space),$(comma),$(LOCAL_SHARED_LIBRARIES))
endif
endif