summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-01-06 11:59:30 -0800
committerYing Wang <wangying@google.com>2012-01-06 11:59:30 -0800
commitc7a10ddd3115a40de10b34d7dbfe92134ce7ae8f (patch)
treef7d9a812e065e5983d21136fd193c5b3ee22b902 /libs
parentc0b74df335aa99e3c3f6f752de531836faa0c7c5 (diff)
downloadbuild-c7a10ddd3115a40de10b34d7dbfe92134ce7ae8f.zip
build-c7a10ddd3115a40de10b34d7dbfe92134ce7ae8f.tar.gz
build-c7a10ddd3115a40de10b34d7dbfe92134ce7ae8f.tar.bz2
Include toolchain makefile based on the current config.
So we can have the same set of module names in different host arch / toolchain version combinations. Change-Id: Iec66584bf3de92aedd71a59f9dbe74b6ed025b2e
Diffstat (limited to 'libs')
-rw-r--r--libs/host/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/host/Android.mk b/libs/host/Android.mk
index d02e4b2..9900f59 100644
--- a/libs/host/Android.mk
+++ b/libs/host/Android.mk
@@ -23,3 +23,5 @@ LOCAL_ACP_UNAVAILABLE:= true
include $(BUILD_HOST_STATIC_LIBRARY)
+# Include toolchain prebuilt modules if they exist.
+-include $(TARGET_TOOLCHAIN_ROOT)/toolchain.mk