Chromium Code Reviews| Index: android_webview/tools/gyp_webview |
| diff --git a/android_webview/tools/gyp_webview b/android_webview/tools/gyp_webview |
| index 86e882d40d8c324655c04e8f30f7260e0878a17e..fa56bd4af1c12c33bc94c5849400fac9e28a29eb 100755 |
| --- a/android_webview/tools/gyp_webview |
| +++ b/android_webview/tools/gyp_webview |
| @@ -13,5 +13,5 @@ set -e |
| export CHROME_ANDROID_BUILD_WEBVIEW=1 |
| export CHROME_SRC="$(readlink -f "$(dirname "$0")/../..")" |
| export PYTHONDONTWRITEBYTECODE=1 |
| -. build/android/envsetup.sh |
| -android_gyp |
| +. build/android/envsetup.sh --target-arch=arm |
|
benm (inactive)
2012/11/16 14:24:05
#TODO: set target-arch and suffix based on $(TARGE
|
| +android_gyp --suffix .arm |