HomeSort by relevance Sort by last modified time
    Searched refs:CCACHE (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/
build-kernel.sh 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=$optar
    [all...]
  /ndk/build/tools/
gen-toolchain-wrapper.sh 88 CCACHE=
89 register_var_option "--ccache=<prefix>" CCACHE "Use ccache compiler driver"
163 if [ -n "$CCACHE" ]; then
164 DST_PREFIX=$CCACHE" "$DST_PREFIX
common-build-host-funcs.sh 468 # NDK_CCACHE -> Ccache binary to use to speed up rebuilds.
667 # Support for ccache, to speed up rebuilds.
669 local CCACHE=
671 CCACHE="--ccache=$NDK_CCACHE"
690 $CCACHE
  /prebuilts/qemu-kernel/arm/
rebuild.sh 266 # Do we have ccache in our path?
267 find_program CCACHE ccache
268 if [ -n "$CCACHE" ]; then
269 echo "Using ccache program: $CCACHE"
270 CROSS_COMPILE="ccache $CROSS_COMPILE"
  /external/qemu/
android-configure.sh 193 # use ccache if USE_CCACHE is defined and the corresponding
197 CCACHE="$ANDROID_PREBUILT/ccache/ccache$EXE"
198 if [ ! -f $CCACHE ] ; then
199 CCACHE="$ANDROID_PREBUILTS/ccache/ccache$EXE"
201 if [ -f $CCACHE ] ; then
202 CC="$CCACHE $CC
    [all...]

Completed in 626 milliseconds