From 6eeacd322f93de39a9df7235220164b0eb5b6d3f Mon Sep 17 00:00:00 2001 From: Marcin Kosiba Date: Mon, 1 Sep 2014 10:57:44 +0100 Subject: [PATCH] Remove webviewchromium from PRODUCT_BOOT_JARS for real. The WebView Java code is now loaded by WebViewFactory from an APK when an app needs it, so remove the old jar from the boot classpath. The previous change removed the webview from core_minimal.mk but not from core_base.mk, which is what this change addresses. Change-Id: I6f4bcd427a7e65f3a20372c3c177e9342a953290 --- target/product/core_base.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/product/core_base.mk b/target/product/core_base.mk index 529b5f2cc2..26180dab9e 100644 --- a/target/product/core_base.mk +++ b/target/product/core_base.mk @@ -80,5 +80,4 @@ PRODUCT_BOOT_JARS := \ mms-common \ android.policy \ services \ - apache-xml \ - webviewchromium + apache-xml