Home | History | Annotate | Download | only in qemu

Lines Matching refs:CCACHE

196     # use ccache if USE_CCACHE is defined and the corresponding
199 # note: located in PREBUILT/ccache/ccache in the new tree layout
200 # located in PREBUILT/ccache in the old one
203 CCACHE="$ANDROID_PREBUILT/ccache/ccache$EXE"
204 if [ ! -f $CCACHE ] ; then
205 CCACHE="$ANDROID_PREBUILT/ccache$EXE"
207 if [ ! -f $CCACHE ] ; then
208 CCACHE="$ANDROID_PREBUILTS/ccache/ccache$EXE"
210 if [ -f $CCACHE ] ; then
211 CC="$CCACHE $CC"
212 log "Prebuilt : CCACHE=$CCACHE"
214 log "Prebuilt : CCACHE can't be found"