summaryrefslogtreecommitdiffstats
path: root/core/definitions.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-23 17:39:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-23 17:39:40 +0000
commit6cb69bd4f20ac3ae3a7d5b5cc323c4480cf8ef75 (patch)
tree20af26c323be53d7bccdbcbeaf25a5382d1a840c /core/definitions.mk
parente45c8607b3e2cf7a428a91898aea2752a54389a1 (diff)
parent966c1e0cae6a59f15264d3b542af08e21e2dc06c (diff)
downloadbuild-6cb69bd4f20ac3ae3a7d5b5cc323c4480cf8ef75.zip
build-6cb69bd4f20ac3ae3a7d5b5cc323c4480cf8ef75.tar.gz
build-6cb69bd4f20ac3ae3a7d5b5cc323c4480cf8ef75.tar.bz2
Merge "Add HOST_PREFER_32_BIT to support 32-bit-by-default multilib build"
Diffstat (limited to 'core/definitions.mk')
-rw-r--r--core/definitions.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/definitions.mk b/core/definitions.mk
index a024c9a..e35d36f 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -84,8 +84,9 @@ ALL_GPL_MODULE_LICENSE_FILES:=
# Target and host installed module's dependencies on shared libraries.
# They are list of "<module_name>:<installed_file>:lib1,lib2...".
TARGET_DEPENDENCIES_ON_SHARED_LIBRARIES :=
-2ND_TARGET_DEPENDENCIES_ON_SHARED_LIBRARIES :=
+$(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_DEPENDENCIES_ON_SHARED_LIBRARIES :=
HOST_DEPENDENCIES_ON_SHARED_LIBRARIES :=
+$(HOST_2ND_ARCH_VAR_PREFIX)HOST_DEPENDENCIES_ON_SHARED_LIBRARIES :=
# Generated class file names for Android resource.
# They are escaped and quoted so can be passed safely to a bash command.