summaryrefslogtreecommitdiffstats
path: root/core/notice_files.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-01-15 16:02:16 -0800
committerYing Wang <wangying@google.com>2014-01-16 14:34:13 -0800
commit61d499b965e3314308b9510f6b6d4c8919bb0b3a (patch)
treedb1ebc800ff6f8f2db456b49ba6a5d0f29b4caf3 /core/notice_files.mk
parente1d44c3b4acef1319c34514e8d4ee78127b895ef (diff)
downloadbuild-61d499b965e3314308b9510f6b6d4c8919bb0b3a.zip
build-61d499b965e3314308b9510f6b6d4c8919bb0b3a.tar.gz
build-61d499b965e3314308b9510f6b6d4c8919bb0b3a.tar.bz2
Set up rules to build static libraries for TARGET_2ND_ARCH
The rules for the 2nd arch are set up in the second inclusion of static_library_internal.mk. libfoo of the 2nd arch will be built into $(PRODUCT_OUT)/obj_$(TARGET_2ND_ARCH)/libfoo_intermediates/libfoo.a. Bug: 11654773 Change-Id: I1d92733968fc442e9225b4df5bd1b551a81d89f7
Diffstat (limited to 'core/notice_files.mk')
-rw-r--r--core/notice_files.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/notice_files.mk b/core/notice_files.mk
index 5af0113..e63cd84 100644
--- a/core/notice_files.mk
+++ b/core/notice_files.mk
@@ -35,7 +35,7 @@ else
# We can't use xxx_OUT_STATIC_LIBRARIES because it points into
# device-obj or host-obj.
module_installed_filename := \
- $(patsubst $(PRODUCT_OUT)%,%,$($(my_prefix)OUT_SHARED_LIBRARIES))/$(notdir $(LOCAL_BUILT_MODULE))
+ $(patsubst $(PRODUCT_OUT)%,%,$($(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)OUT_SHARED_LIBRARIES))/$(notdir $(LOCAL_BUILT_MODULE))
else
ifeq ($(LOCAL_MODULE_CLASS),JAVA_LIBRARIES)
# Stick the static java libraries with the regular java libraries.