summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKevin Rocard <kevinx.rocard@intel.com>2013-10-28 11:48:14 +0100
committerDavid Wagner <david.wagner@intel.com>2014-02-12 17:04:12 +0100
commit9b275887f7891890c15d07e5aa90fcf2ed846bbf (patch)
tree591bfc3d3045bb6f7951a43f7876cc341d7c7c32 /tools
parent3bec7de52cfbb3c66ed1b1af10006ff393fbef03 (diff)
downloadexternal_parameter-framework-9b275887f7891890c15d07e5aa90fcf2ed846bbf.zip
external_parameter-framework-9b275887f7891890c15d07e5aa90fcf2ed846bbf.tar.gz
external_parameter-framework-9b275887f7891890c15d07e5aa90fcf2ed846bbf.tar.bz2
Export lightRoutingUpdate for external build
BZ: 145379 As the lightRoutingUpdate.sh script is in private, it is not exported for external release. As a result external clients can not use lightRoutingUpdate to generate xml from .pfw. Export lightRoutingUpdate to make it available in $ANDROID_HOST_OUT/system/bin after compilation. Change-Id: Id174ddb4dd0e31a7c5ede66e91b0db341745ff21 Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/xmlGenerator/Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/xmlGenerator/Android.mk b/tools/xmlGenerator/Android.mk
index 6e9b9ba..87144a3 100644
--- a/tools/xmlGenerator/Android.mk
+++ b/tools/xmlGenerator/Android.mk
@@ -49,4 +49,12 @@ LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_IS_HOST_MODULE := true
include $(BUILD_PREBUILT)
+include $(CLEAR_VARS)
+LOCAL_MODULE := lightRoutingUpdate.sh
+LOCAL_SRC_FILES := $(LOCAL_MODULE)
+LOCAL_REQUIRED_MODULES := \
+ PFWScriptGenerator.py
+LOCAL_MODULE_CLASS := EXECUTABLES
+LOCAL_IS_HOST_MODULE := true
+include $(BUILD_PREBUILT)
##################################################