Home | History | Annotate | Download | only in tools

Lines Matching refs:ccache

17 #  This shell script is used to download the sources of the ccache
20 # We use a special patched version of ccache 2.4 that works
24 # Beta versions of ccache 3.0 are supposed to do that as well but
32 PROGRAM_DESCRIPTION="Rebuild the prebuilt ccache binary for the Android NDK toolchain."
34 CCACHE_VERSION=ccache-2.4-android-20070905
105 echo "Building ccache from sources..."
108 dump "Could not build ccache in $BUILD_OUT"
111 PREBUILT_DIR=$NDK_DIR/build/prebuilt/$HOST_TAG/ccache
112 mkdir -p $PREBUILT_DIR && cp -p $BUILD_OUT/$CCACHE_VERSION/ccache $PREBUILT_DIR
114 dump "Could not copy ccache binary!"