summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Schemas/Android.mk13
-rw-r--r--tools/xmlGenerator/Android.mk12
2 files changed, 11 insertions, 14 deletions
diff --git a/Schemas/Android.mk b/Schemas/Android.mk
index a9346c4..8ebfb3d 100644
--- a/Schemas/Android.mk
+++ b/Schemas/Android.mk
@@ -20,19 +20,6 @@
LOCAL_PATH := $(call my-dir)
-# Phony package containing XSD files
-##################################################
-
-include $(CLEAR_VARS)
-LOCAL_MODULE := parameter-framework.schemas
-LOCAL_IS_HOST_MODULE := true
-LOCAL_MODULE_PATH := $(HOST_OUT)/etc/parameter-framework/Schemas
-LOCAL_REQUIRED_MODULES := \
- ParameterFrameworkConfiguration.xsd \
- ConfigurableDomains.xsd \
- SystemClass.xsd
-include $(BUILD_PHONY_PACKAGE)
-
# Resources are not compiled so the prebuild mechanism is used to export them.
# Schemas are only used by host, in order to validate xml files
##################################################
diff --git a/tools/xmlGenerator/Android.mk b/tools/xmlGenerator/Android.mk
index 2ca8fe0..452668e 100644
--- a/tools/xmlGenerator/Android.mk
+++ b/tools/xmlGenerator/Android.mk
@@ -61,7 +61,17 @@ LOCAL_REQUIRED_MODULES := \
hostConfig.py \
portAllocator.py \
test-platform_host \
- remote-process_host
+ remote-process_host \
+ ParameterFrameworkConfiguration.xsd \
+ ConfigurableDomains.xsd \
+ SystemClass.xsd \
+ ParameterSettings.xsd \
+ FileIncluder.xsd \
+ Subsystem.xsd \
+ ComponentLibrary.xsd \
+ ComponentTypeSet.xsd \
+ W3cXmlAttributes.xsd \
+ Parameter.xsd
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_IS_HOST_MODULE := true
include $(BUILD_PREBUILT)