| Index: Android.mk | 
| diff --git a/Android.mk b/Android.mk | 
| index 6cf1fd55e33ff37b18e0b92568550295dfd1b5c2..1e5390e8a51da9d9745dcf7d9eb68a9bc6cc6801 100644 | 
| --- a/Android.mk | 
| +++ b/Android.mk | 
| @@ -12,7 +12,7 @@ CHROMIUM_DIR := $(call my-dir) | 
|  | 
| # Assume that if the gyp autogenerated makefile exists, we are doing the | 
| # WebView build using the Android build system. | 
| -ifneq (,$(wildcard $(CHROMIUM_DIR)/GypAndroid.mk)) | 
| -include $(CHROMIUM_DIR)/GypAndroid.mk | 
| +ifneq (,$(wildcard $(CHROMIUM_DIR)/GypAndroid.$(TARGET_ARCH).mk)) | 
| +include $(CHROMIUM_DIR)/GypAndroid.$(TARGET_ARCH).mk | 
| include $(CHROMIUM_DIR)/android_webview/Android.mk | 
| endif | 
|  |