summaryrefslogtreecommitdiffstats
path: root/xmlserializer
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 /xmlserializer
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 'xmlserializer')
-rw-r--r--xmlserializer/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlserializer/Android.mk b/xmlserializer/Android.mk
index e6b06c1..ec1d084 100644
--- a/xmlserializer/Android.mk
+++ b/xmlserializer/Android.mk
@@ -68,6 +68,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)
@@ -90,6 +91,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)
@@ -113,6 +115,7 @@ include $(BUILD_HOST_STATIC_LIBRARY)
# Export includes for plugins (Target build)
include $(CLEAR_VARS)
LOCAL_MODULE := $(common_module)_includes
+LOCAL_MODULE_OWNER := intel
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
LOCAL_STATIC_LIBRARIES := libxml2
include $(BUILD_STATIC_LIBRARY)
@@ -121,6 +124,7 @@ include $(BUILD_STATIC_LIBRARY)
# Export includes for plugins (Host build)
include $(CLEAR_VARS)
LOCAL_MODULE := $(common_module)_includes
+LOCAL_MODULE_OWNER := intel
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
LOCAL_STATIC_LIBRARIES := libxml2
include $(BUILD_HOST_STATIC_LIBRARY)