summaryrefslogtreecommitdiff
path: root/chromium
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-12-08 12:36:55 +0000
committerTorne (Richard Coles) <torne@google.com>2014-12-08 12:36:55 +0000
commit96dd8338c73fb9280165f80a668c6e40df0bf587 (patch)
treeb1bb1f12def40c114c064cf92ddf166d6f27f508 /chromium
parent39df4898858bfeda9ceabc0c1524fb4406bc4e98 (diff)
downloadwebview-96dd8338c73fb9280165f80a668c6e40df0bf587.tar.gz
Stop building the webview APK from source.
There is now a prebuilt webview APK in external/chromium-webview, so stop building the webview APK from sources in this project. Bug: 18255219 Change-Id: I360819a01d8091d9fac74dbae41c1f0a996915e2
Diffstat (limited to 'chromium')
-rw-r--r--chromium/Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/chromium/Android.mk b/chromium/Android.mk
index b2d2cea..c0facb2 100644
--- a/chromium/Android.mk
+++ b/chromium/Android.mk
@@ -72,12 +72,5 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
-
-# Include the makefile for the main package unless we are using a prebuilt.
-ifneq ($(PRODUCT_PREBUILT_WEBVIEWCHROMIUM),yes)
-extra_java_files :=
-include $(LOCAL_PATH)/package.mk
-endif
-
# Build other stuff
include $(call first-makefiles-under,$(LOCAL_PATH))