From 413c3dfd41b74f222d9daae45608d2fe2039d643 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Fri, 21 Jun 2013 14:33:52 +0200 Subject: [Makefile] Append "_host" to host modules names BZ: 115743 In some parameter framework makefiles, host and target modules (with the same name) are defined in the same file. External prebuilt framework properly handle this case when modules are defined in different Android.mk, but there is a limitation when modules are defined in same Android.mk. Append _host to all host modules. Change-Id: Ib594dabd86617cc40993066338f095b49afb2ea2 Signed-off-by: Kevin Rocard Reviewed-on: http://android.intel.com:8080/113537 Reviewed-by: Denneulin, Guillaume Reviewed-by: De Chivre, Renaud Tested-by: Dixon, CharlesX Reviewed-by: buildbot Tested-by: buildbot --- remote-processor/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote-processor') diff --git a/remote-processor/Android.mk b/remote-processor/Android.mk index 2a79297..514afd9 100644 --- a/remote-processor/Android.mk +++ b/remote-processor/Android.mk @@ -46,7 +46,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := $(COMMON_SRC_FILES) -LOCAL_MODULE := $(COMMON_MODULE) +LOCAL_MODULE := $(COMMON_MODULE)_host LOCAL_MODULE_TAGS := $(COMMON_MODULE_TAGS) LOCAL_CFLAGS += $(COMMON_CFLAGS) -- cgit v1.1