From 9b275887f7891890c15d07e5aa90fcf2ed846bbf Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Mon, 28 Oct 2013 11:48:14 +0100 Subject: 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 --- tools/xmlGenerator/Android.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools') 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) ################################################## -- cgit v1.1