summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-06-11 14:51:28 +0100
committerTorne (Richard Coles) <torne@google.com>2013-06-11 15:15:45 +0100
commite9cac3ca0e6fe66ff5bcb31b7443737ebd775225 (patch)
tree330a7801a73f129676b38752aba70b63866fd17e
parent2ad1105953c418b574ecffa8b002d41d0564e9d7 (diff)
downloadwebview-e9cac3ca0e6fe66ff5bcb31b7443737ebd775225.tar.gz
Enable building webviewchromium on MIPS.
Bug: 9384563 Change-Id: I3c5c7ef32485bdab90a6122002c9116b94e76100
-rw-r--r--Android.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/Android.mk b/Android.mk
index 12f236a..8f47601 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,17 +22,9 @@ include $(CLEAR_VARS)
LOCAL_MODULE := webview
LOCAL_MODULE_TAGS := optional
-LOCAL_REQUIRED_MODULES := libwebcore
-
-# webviewchromium doesn't have makefiles for MIPS yet.
-ifneq ($(TARGET_ARCH),mips)
-LOCAL_REQUIRED_MODULES += webviewchromium
-endif
+LOCAL_REQUIRED_MODULES := libwebcore webviewchromium
include $(BUILD_PHONY_PACKAGE)
-# webviewchromium doesn't have makefiles for MIPS yet.
-ifneq ($(TARGET_ARCH),mips)
# Include all the makefiles for subdirectories.
include $(call all-makefiles-under,$(LOCAL_PATH))
-endif