| Index: build/android/envsetup.sh
|
| diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
|
| index b88923b9523ad048f12a7185ed056fa395567475..605acdf19c73f6408a7e2fcf5f85416fd7078bc3 100755
|
| --- a/build/android/envsetup.sh
|
| +++ b/build/android/envsetup.sh
|
| @@ -119,12 +119,6 @@ fi
|
| # Source a bunch of helper functions
|
| . ${CHROME_SRC}/build/android/adb_device_functions.sh
|
|
|
| -# TODO(thakis), Jan 18 2014: Remove this after two weeks or so, after telling
|
| -# everyone to set use_goma in GYP_DEFINES instead of a GOMA_DIR env var.
|
| -if [[ -d $GOMA_DIR ]]; then
|
| - DEFINES+=" use_goma=1 gomadir=$GOMA_DIR"
|
| -fi
|
| -
|
| # Declare Android are cross compile.
|
| export GYP_CROSSCOMPILE=1
|
|
|
|
|