| Index: build/android/envsetup.sh
|
| diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
|
| index dda9eafac296b26463013aa79003ff1f4279fa7e..c7ee7570ad7cfdc6817a9ad3c57bd4beeff44ed3 100755
|
| --- a/build/android/envsetup.sh
|
| +++ b/build/android/envsetup.sh
|
| @@ -119,9 +119,7 @@ fi
|
| # Source a bunch of helper functions
|
| . ${CHROME_SRC}/build/android/adb_device_functions.sh
|
|
|
| -ANDROID_GOMA_WRAPPER=""
|
| if [[ -d $GOMA_DIR ]]; then
|
| - ANDROID_GOMA_WRAPPER="$GOMA_DIR/gomacc"
|
| num_cores="$(grep --count ^processor /proc/cpuinfo)"
|
| # Goma is IO-ish you want more threads than you have cores.
|
| let "goma_threads=num_cores*2"
|
| @@ -131,7 +129,6 @@ if [[ -d $GOMA_DIR ]]; then
|
| export GOMA_COMPILER_PROXY_THREADS
|
| fi
|
| fi
|
| -export ANDROID_GOMA_WRAPPER
|
|
|
| # Declare Android are cross compile.
|
| export GYP_CROSSCOMPILE=1
|
|
|