summaryrefslogtreecommitdiff
path: root/chromium/Android.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-04-02 15:59:54 +0100
committerTorne (Richard Coles) <torne@google.com>2013-04-02 15:59:54 +0100
commit5b636587610c88fe2316b78c4ee58ca32119f2d9 (patch)
tree26b9a34abd54f2206b5a1391603de0a26b1b359e /chromium/Android.mk
parentc3716ed7c818292fad946647afe3a230cc743fcb (diff)
downloadwebview-5b636587610c88fe2316b78c4ee58ca32119f2d9.tar.gz
Remove unused google-common dependency.
We don't actually need google-common and it breaks building in open source branches where it doesn't exist, so remove the dependency. Change-Id: Ib8ae9ad748da9d8be46896be67500348f99c616b
Diffstat (limited to 'chromium/Android.mk')
-rw-r--r--chromium/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/Android.mk b/chromium/Android.mk
index b9adf08..f60bc58 100644
--- a/chromium/Android.mk
+++ b/chromium/Android.mk
@@ -26,8 +26,7 @@ LOCAL_MODULE := webviewchromium
LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_JAVA_LIBRARIES += google-common \
- android_webview_java \
+LOCAL_STATIC_JAVA_LIBRARIES += android_webview_java
LOCAL_SRC_FILES := $(call all-java-files-under, java)