From c7a10ddd3115a40de10b34d7dbfe92134ce7ae8f Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Fri, 6 Jan 2012 11:59:30 -0800 Subject: 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 --- libs/host/Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs') 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 -- cgit v1.1