| Index: android_webview/tools/gyp_webview
|
| diff --git a/android_webview/tools/gyp_webview b/android_webview/tools/gyp_webview
|
| index fa56bd4af1c12c33bc94c5849400fac9e28a29eb..639a5bfc50452b21c504a1833b1bbd5df4bd0e66 100755
|
| --- a/android_webview/tools/gyp_webview
|
| +++ b/android_webview/tools/gyp_webview
|
| @@ -14,4 +14,4 @@ export CHROME_ANDROID_BUILD_WEBVIEW=1
|
| export CHROME_SRC="$(readlink -f "$(dirname "$0")/../..")"
|
| export PYTHONDONTWRITEBYTECODE=1
|
| . build/android/envsetup.sh --target-arch=arm
|
| -android_gyp --suffix .arm
|
| +android_gyp --suffix .linux-arm
|
|
|