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

  /external/chromium_org/third_party/skia/platform_tools/android/bin/utils/
setup_toolchain.sh 85 CCACHE=${ANDROID_MAKE_CCACHE-$(which ccache || true)}
87 exportVar CC "$CCACHE $ANDROID_TOOLCHAIN_PREFIX-gcc"
88 exportVar CXX "$CCACHE $ANDROID_TOOLCHAIN_PREFIX-g++"
89 exportVar LINK "$CCACHE $ANDROID_TOOLCHAIN_PREFIX-gcc"
  /external/skia/platform_tools/android/bin/utils/
setup_toolchain.sh 80 CCACHE=${ANDROID_MAKE_CCACHE-$(which ccache || true)}
82 exportVar CC "$CCACHE $ANDROID_TOOLCHAIN_PREFIX-gcc"
83 exportVar CXX "$CCACHE $ANDROID_TOOLCHAIN_PREFIX-g++"
84 exportVar LINK "$CCACHE $ANDROID_TOOLCHAIN_PREFIX-gcc"
  /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
  /external/qemu/distrib/
build-kernel.sh 51 CCACHE=
55 CCACHE=
58 # use ccache bundled in AOSP source tree
59 CCACHE=${ANDROID_BUILD_TOP:-$(dirname $0)/../../..}/prebuilts/misc/$HOST_TAG/ccache/ccache
60 [ -x $CCACHE ] || CCACHE=
78 --ccache=*)
79 CCACHE=$optar
    [all...]
  /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 205 # use ccache if USE_CCACHE is defined and the corresponding
209 CCACHE="$ANDROID_PREBUILT/ccache/ccache$EXE"
210 if [ ! -f $CCACHE ] ; then
211 CCACHE="$ANDROID_PREBUILTS/ccache/ccache$EXE"
236 CCACHE=$(which ccache 2>/dev/null
    [all...]
  /external/chromium_org/third_party/cython/src/
runtests.py 297 CCACHE = os.getenv('CYTHON_RUNTESTS_CCACHE', '').split()
385 if CCACHE:
386 compiler_obj.compiler_so = CCACHE + compiler_obj.compiler_so
    [all...]

Completed in 311 milliseconds