Home
last modified time | relevance | path

Searched refs:do_from (Results 1 – 1 of 1) sorted by relevance

/ndk/build/tools/
Dbuild-ccache.sh45 register_option "--from=<url>" do_from "Specify source package" "$PACKAGE"
48 do_from () { CCACHE_URL=$1; CCACHE_PACKAGE=`basename $1`; } function