From a00515d0df69dfc835a6527edade7c32b088378c Mon Sep 17 00:00:00 2001 From: "Torne (Richard Coles)" Date: Wed, 16 Jul 2014 20:34:32 -0700 Subject: [PATCH] Remove webviewchromium from PRODUCT_BOOT_JARS. 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. Bug: 16329371 Change-Id: Ia295cba8454fc63e1f3b806c67afa8a379657365 --- target/product/core_minimal.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 4209ef97a..80df64314 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -93,7 +93,6 @@ PRODUCT_BOOT_JARS := \ services \ apache-xml \ ethernet-service \ - webviewchromium \ wifi-service PRODUCT_RUNTIMES := runtime_libart_default -- 2.11.0