android_system_core/libnativeloader
Prashant Malani 75dda7551f libnativeloader: Make webviewchromium so file optional
Not all android devices ship with Webview. The requirement of
libwebviewchromium_plat_support.so to be loaded while initializing the
android namespace is therefore liable to cause a crash on devices that
don't support or use Webview. Therefore, this patch makes this
requirement conditional, but enabled by default.

To remove the dependency, device make files should add the following:

TARGET_IGNORE_WEBVIEW_CHROMIUM := true

Bug: 27336841
Bug: 27546414
Change-Id: Iaec1b58236356d981504ea8f716413ea334ca4f4
2016-03-16 13:03:12 -07:00
..
include/nativeloader Added function to explicitly initialize a namespace 2016-02-25 11:33:32 -08:00
Android.mk libnativeloader: Make webviewchromium so file optional 2016-03-16 13:03:12 -07:00
native_loader.cpp libnativeloader: Make webviewchromium so file optional 2016-03-16 13:03:12 -07:00