In order to enable ccache build option,
we should change it's PATH value to /var/lib/build/ccache/bin.
Because ccache path is moved to there in latest gbs build system.
Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=15086
Change-Id: Icd70453aa96a85553a9e949aad3ee3d2d0128688
Signed-off-by: Jongsoo Yoon <join.yoon@samsung.com>
#unlike /var/tmp and /tmp directories
#so having /.ccache as out ccache dir will make possible to use
#ccache also with bot incremental and non-incremental builds
+ export PATH=/var/lib/build/ccache/bin:$PATH
export CCACHE_DIR=/.ccache/${OUTPUT_BASE_FOLDER}
fi