| Index: build/android/envsetup.sh
|
| diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
|
| index 1581c8c93a8137e81917882f49c216963ad3bf64..85752968f99d706021ee37a70bb87992ea3c4af5 100755
|
| --- a/build/android/envsetup.sh
|
| +++ b/build/android/envsetup.sh
|
| @@ -87,9 +87,6 @@ export GYP_DEFINES="${DEFINES}"
|
| # Source a bunch of helper functions
|
| . ${CHROME_SRC}/build/android/adb_device_functions.sh
|
|
|
| -# Declare Android are cross compile.
|
| -export GYP_CROSSCOMPILE=1
|
| -
|
| # Performs a gyp_chromium run to convert gyp->Makefile for android code.
|
| android_gyp() {
|
| # This is just a simple wrapper of gyp_chromium, please don't add anything
|
|
|