From 98cee3b4154e6d4b094ebb302d41fd71c0350c11 Mon Sep 17 00:00:00 2001 From: Marcin Kosiba Date: Mon, 1 Sep 2014 10:21:28 +0100 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: Ibed49641d04fd5e93e26ab12e203e4596e0b3bb6 --- target/product/core_minimal.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 9cd29037c..3bc37f1a9 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -71,8 +71,7 @@ PRODUCT_BOOT_JARS := \ framework2 \ android.policy \ services \ - apache-xml \ - webviewchromium + apache-xml PRODUCT_RUNTIMES := runtime_libart_default -- 2.11.0