summaryrefslogtreecommitdiffstats
path: root/remote-process
diff options
context:
space:
mode:
authorDavid Wagner <david.wagner@intel.com>2014-08-26 17:41:53 +0200
committerDavid Wagner <david.wagner@intel.com>2014-10-24 16:49:33 +0200
commitc943ea6b1d01efd0dd582352db3f2d139997c982 (patch)
treef3ca867f2eab0ade044fa2e54c6fc938d7802dff /remote-process
parent5ada13f33b51f6ad88098d42d7c160db80e2a800 (diff)
downloadexternal_parameter-framework-c943ea6b1d01efd0dd582352db3f2d139997c982.zip
external_parameter-framework-c943ea6b1d01efd0dd582352db3f2d139997c982.tar.gz
external_parameter-framework-c943ea6b1d01efd0dd582352db3f2d139997c982.tar.bz2
Android.mk: declare intel as module owner
This seems to be mandatory. Change-Id: Idba8c7a3ec9e2f05b28ee593d1d15a420a0bd9ed Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'remote-process')
-rw-r--r--remote-process/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/remote-process/Android.mk b/remote-process/Android.mk
index 732f579..c842b2d 100644
--- a/remote-process/Android.mk
+++ b/remote-process/Android.mk
@@ -57,6 +57,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(common_src_files)
LOCAL_MODULE := $(common_module)
+LOCAL_MODULE_OWNER := intel
LOCAL_MODULE_TAGS := $(common_module_tags)
LOCAL_CFLAGS := $(common_cflags)
@@ -78,6 +79,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(common_src_files)
LOCAL_MODULE := $(common_module)_host
+LOCAL_MODULE_OWNER := intel
LOCAL_MODULE_TAGS := $(common_module_tags)
LOCAL_CFLAGS := $(common_cflags)