]> git.wh0rd.org - home.git/blame_incremental - .profile.d/google.sh
r: ignore Fast-forwarded lines
[home.git] / .profile.d / google.sh
... / ...
CommitLineData
1if [ -d ~/depot_tools ] ; then
2 path_append "`echo ~`/depot_tools"
3elif [ -d ~/chromiumos/depot_tools ] ; then
4 path_append "`echo ~`/chromiumos/depot_tools"
5elif [ -d ~/chromiumos/chromium/tools/depot_tools ] ; then
6 path_append "`echo ~`/chromiumos/chromium/tools/depot_tools"
7fi
8if [ -d ~/gentoo ] ; then
9 export EPREFIX="$HOME/gentoo"
10 path_append "$EPREFIX/usr/bin"
11fi
12
13export CROSTOOLS_SKIP_SYNC="true"
14export CROSTOOLS_GSUTIL="gsutil"
15export P4DIFFOPTS="-du"
16export ANDROID_USE_AMAKE="true"