Lines Matching refs:CCACHE
47 CCACHE=
51 CCACHE=
54 # use ccache bundled in AOSP source tree
55 CCACHE=${ANDROID_BUILD_TOP:-$(dirname $0)/../../..}/prebuilts/misc/$HOST_TAG/ccache/ccache
56 [ -x $CCACHE ] || CCACHE=
86 --ccache=*)
87 CCACHE=$optarg
114 echo " --ccache=<path> use compiler cache [${CCACHE:-not set}]"
214 if [ "$CCACHE" ] ; then
215 echo "Using ccache program: $CCACHE"
216 CROSSPREFIX="$CCACHE $CROSSPREFIX"