summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-10-14 10:50:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-14 10:50:04 +0000
commit908391fee972492bdb5d8b179b4d9e8a01719003 (patch)
tree5c39d4cbcd40f0e879c5a38ce90928dadff5b252
parent6138d17c5fd136a215078b4a9ae818d73cfa8b9a (diff)
parent3e9cdbe3fe00ef50eff256e7b5f4b6a1ae796ec5 (diff)
downloadwebview-908391fee972492bdb5d8b179b4d9e8a01719003.tar.gz
Merge "Remove the classic WebView from the build." into klp-dev
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8f47601..2effc4e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,7 +22,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := webview
LOCAL_MODULE_TAGS := optional
-LOCAL_REQUIRED_MODULES := libwebcore webviewchromium
+LOCAL_REQUIRED_MODULES := webviewchromium
include $(BUILD_PHONY_PACKAGE)