summaryrefslogtreecommitdiffstats
path: root/remote-processor
diff options
context:
space:
mode:
authorKevin Rocard <kevinx.rocard@intel.com>2013-06-21 14:33:52 +0200
committerDavid Wagner <david.wagner@intel.com>2014-02-12 17:03:57 +0100
commit413c3dfd41b74f222d9daae45608d2fe2039d643 (patch)
tree068d7b57fd10ac6ccc4940d38b74f6f1f8be7b53 /remote-processor
parent265e43c734a2a5cbe49bf0aea897dd574e9bd843 (diff)
downloadexternal_parameter-framework-413c3dfd41b74f222d9daae45608d2fe2039d643.zip
external_parameter-framework-413c3dfd41b74f222d9daae45608d2fe2039d643.tar.gz
external_parameter-framework-413c3dfd41b74f222d9daae45608d2fe2039d643.tar.bz2
[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 <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/113537 Reviewed-by: Denneulin, Guillaume <guillaume.denneulin@intel.com> Reviewed-by: De Chivre, Renaud <renaud.de.chivre@intel.com> Tested-by: Dixon, CharlesX <charlesx.dixon@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'remote-processor')
-rw-r--r--remote-processor/Android.mk2
1 files changed, 1 insertions, 1 deletions
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)