From 7f73ca804a0c80bb2a9b40f3f7021f75688efeb5 Mon Sep 17 00:00:00 2001 From: Dave Allison Date: Fri, 16 May 2014 13:51:36 -0700 Subject: [PATCH] Add libsigchain to the embedded.mk makefile This library is used in a LD_PRELOAD environment variable and the linker shows a warning if it is not present. This change is to added it to all targets so that the warning is not shown. If ART is not provided on the device this library has no effect. Change-Id: I81f01b66fa9c78048534f4bcfc04d62b18057a03 --- target/product/embedded.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 0cc7fb2b3..fbd46d146 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -67,7 +67,8 @@ PRODUCT_PACKAGES += \ servicemanager \ sh \ surfaceflinger \ - toolbox + toolbox \ + libsigchain # SELinux packages PRODUCT_PACKAGES += \ -- 2.11.0