From 96dd8338c73fb9280165f80a668c6e40df0bf587 Mon Sep 17 00:00:00 2001 From: "Torne (Richard Coles)" Date: Mon, 8 Dec 2014 12:36:55 +0000 Subject: 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 --- chromium/Android.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'chromium') 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)) -- cgit v1.2.3