summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-09-12 14:58:15 +0100
committerRichard Coles <torne@google.com>2013-10-15 11:39:00 +0000
commit7d71762c9c19fecd582fc64b63270c216b5de19a (patch)
tree6f8c40a4e994b24434682f6d1a178c80e80e116e /Android.mk
parent780460e70baa6eeb9dd596248384c6dd6a05673f (diff)
downloadandroid_frameworks_webview-7d71762c9c19fecd582fc64b63270c216b5de19a.tar.gz
android_frameworks_webview-7d71762c9c19fecd582fc64b63270c216b5de19a.tar.bz2
android_frameworks_webview-7d71762c9c19fecd582fc64b63270c216b5de19a.zip
Remove the classic WebView from the build.
Remove the dependency from the dummy "webview" module to libwebcore now that webviewchromium is being used instead. Bug: 10427705 Change-Id: I5a489b2b353f0d0fa862ab47ec28f75c09fdcffc (cherry picked from commit 64e5b2d4d918724baaa4182309d8b02e7aa075e3)
Diffstat (limited to 'Android.mk')
-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)