summaryrefslogtreecommitdiff
path: root/source/gen_rc.sh
diff options
context:
space:
mode:
authorAleksandar Bozhinovski <aleksandar.bozhinovski@seavus.com>2012-05-09 11:33:53 +0200
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:47:32 +0200
commit9aa6b84a5e16a7b49bc33bb90ade668aca350812 (patch)
treecddba7770f18348afcfde2e2a93cc4c65b2c809e /source/gen_rc.sh
parentf5ee26db1fc2b706a23b71ac6bc61b56dc60cdf4 (diff)
Reconfigure output folderste-dev
When using android build, intermediate build files now are placed in $OUT folder, not in the source folder. ST-Ericsson ID: 432503 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: Id5b27ab3fae32a573ee684731bb17fb162920ec0 Depends-On: Ief5705e34a63b14cdd9506360bd0d8ce10458e95 Depends-On: Id2aa896b7a7dfd572bf589a22c0f4e41d1848370 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/58521 Tested-by: Vlatko STENKOSKI Tested-by: Cvetko MLADENOVSKI <cvetko.mladenovski@seavus.com> Reviewed-by: Zoran ALEKSOV <zoran.aleksov@seavus.com>
Diffstat (limited to 'source/gen_rc.sh')
-rwxr-xr-xsource/gen_rc.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/gen_rc.sh b/source/gen_rc.sh
index 61400ab..abee67c 100755
--- a/source/gen_rc.sh
+++ b/source/gen_rc.sh
@@ -20,8 +20,9 @@ DATE=""
#git revision info
VERSION=""
-LCD_RC_PATH=out/autogen/outLCDriver.rc
-LCM_RC_PATH=out/autogen/outLCM.rc
+path=$2
+LCD_RC_PATH=$path/outLCDriver.rc
+LCM_RC_PATH=$path/outLCM.rc
# ------------------------------INTERNAL FUNCTIONS ----------------------------