From: Nikola Veljkovic Date: Fri, 8 Apr 2016 14:55:20 +0000 (+0200) Subject: Make sure platform libraries are built, regardless of webview.apk X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8f1ac7c9d6f25fec5b0fbd08004ab48558c6f51e;p=android-x86%2Fbuild.git Make sure platform libraries are built, regardless of webview.apk Prebuilt WebView is missing for mips64 architecture. Allow device to boot without it, by making sure platform support libraries are part of the system image. WebView APK can then be installed separately. Change-Id: Iabbb5e6a4778b7542d24bb4f789a7be96232e50c --- diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 998f4ae6f..36c27d3ad 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -63,6 +63,8 @@ PRODUCT_PACKAGES += \ libfilterfw \ libkeystore \ libgatekeeper \ + libwebviewchromium_loader \ + libwebviewchromium_plat_support \ libwilhelm \ logd \ make_ext4fs \